Cherish: Add GamingMode support [3/3]

Change-Id: I27960bbbf982a4cd855524baa743ed6647a2f0be
Reviewed-on: https://review.exthmui.cn/c/android_packages_apps_exTHmSettings/+/209
Signed-off-by: cjybyjk <cjybyjk@zjnu.edu.cn>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
cjybyjk
2021-04-05 23:53:36 +08:00
committed by Hưng Phan
parent f47e3db4c0
commit 5040d8afb9
11 changed files with 651 additions and 0 deletions

9
res/drawable/ic_add.xml Normal file
View File

@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="?android:attr/colorControlNormal"
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
</vector>