aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Veit <claymore1298@gmail.com>2020-03-28 19:16:52 +0100
committerdoc HD <doc.divxm@gmail.com>2020-04-05 16:34:49 +0200
commit1f843568fec49c39a7a295191839e9472d27cf42 (patch)
treeaaf7b3f2c4ca22cfc0103efd723a4730558c369e
parent0995ba923d9cc98e7a3f92f25869a01572fecfad (diff)
deviceparts: add strings and icon for fastcharge and headphone gain
Change-Id: I1870fd88dcc26c64ce44cd26238d50789e57baa3
-rw-r--r--res/drawable/ic_hp_gain.xml8
-rw-r--r--res/values/strings.xml18
2 files changed, 22 insertions, 4 deletions
diff --git a/res/drawable/ic_hp_gain.xml b/res/drawable/ic_hp_gain.xml
new file mode 100644
index 0000000..aa973eb
--- /dev/null
+++ b/res/drawable/ic_hp_gain.xml
@@ -0,0 +1,8 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:tint="?android:attr/colorAccent"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path android:fillColor="#fff" android:pathData="M12,1A9,9 0 0,1 21,10V17A3,3 0 0,1 18,20H15V12H19V10A7,7 0 0,0 12,3A7,7 0 0,0 5,10V12H9V20H6A3,3 0 0,1 3,17V10A9,9 0 0,1 12,1M15,24V22H17V24H15M11,24V22H13V24H11M7,24V22H9V24H7Z" />
+</vector>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 976f79c..9a3a54e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -31,6 +31,16 @@
<string name="enable_sound_summary">Switching REQUIRES a reboot to take effect!</string>
<string name="enable_sound_info">Note: With the Sound Tuner enabled, other EQ effects like MusicFX should be disabled.</string>
+ <!-- backlight dimmer -->
+ <string name="category_backlight_dimmer">Backlight dimmer</string>
+ <string name="backlight_dimmer_title">Backlight dimmer</string>
+ <string name="backlight_dimmer_summary">set minimal display brightness</string>
+
+ <!-- fastcharge -->
+ <string name="category_power">Power</string>
+ <string name="fastcharge_summary">Fastcharge up to 900mA</string>
+ <string name="fastcharge_title">Fastcharge</string>
+
<!-- Gesture options -->
<string name="screen_gestures_panel_title">Gestures</string>
<string name="category_gestures_title">Device gestures</string>
@@ -66,10 +76,10 @@
<string name="not_ready_summary">Resolving...</string>
<string name="resolve_failed_summary">Resolving app failed</string>
- <!-- fastcharge -->
- <string name="category_power">Power</string>
- <string name="fastcharge_summary">Fastcharge up to 900mA</string>
- <string name="fastcharge_title">Fastcharge</string>
+ <!-- headphone gain -->
+ <string name="category_headphone_gain">Headphone gain</string>
+ <string name="headphone_gain_title">Headphone gain</string>
+ <string name="headphone_gain_summary">set gain for headphones</string>
<!-- fingerprnt gestures - NOT for in-screen sensors -->
<string name="fp_gesture_title">Fingerprint gestures</string>