diff options
| author | Ali B <abittin@gmail.com> | 2020-04-28 21:14:30 +0300 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2020-04-29 20:09:41 +0300 |
| commit | 676b70098970ddf70d043a4ceb9b6300ad3a0209 (patch) | |
| tree | 88a46b67a8c7a2200f5dd0a8d8ffb20a63b35a29 | |
| parent | b732b913784df834a695dc8d06fbf6c82bdf1aaa (diff) | |
Add dt2w-s2w resources
Change-Id: I09cb6584bf4d30ae66c7621ad397ec30ecf8fa0b
| -rw-r--r-- | res/drawable/ic_gesture_double_tap.xml | 9 | ||||
| -rw-r--r-- | res/drawable/ic_gesture_swipe_right.xml | 9 | ||||
| -rw-r--r-- | res/values/strings.xml | 4 |
3 files changed, 22 insertions, 0 deletions
diff --git a/res/drawable/ic_gesture_double_tap.xml b/res/drawable/ic_gesture_double_tap.xml new file mode 100644 index 0000000..39c3f53 --- /dev/null +++ b/res/drawable/ic_gesture_double_tap.xml @@ -0,0 +1,9 @@ +<!-- drawable/gesture_double_tap.xml -->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24"
+ android:tint="?android:attr/colorAccent">
+ <path android:fillColor="#fff" android:pathData="M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M11,5A4,4 0 0,1 15,9C15,10.5 14.2,11.77 13,12.46V11.24C13.61,10.69 14,9.89 14,9A3,3 0 0,0 11,6A3,3 0 0,0 8,9C8,9.89 8.39,10.69 9,11.24V12.46C7.8,11.77 7,10.5 7,9A4,4 0 0,1 11,5M11,3A6,6 0 0,1 17,9C17,10.7 16.29,12.23 15.16,13.33L14.16,12.88C15.28,11.96 16,10.56 16,9A5,5 0 0,0 11,4A5,5 0 0,0 6,9C6,11.05 7.23,12.81 9,13.58V14.66C6.67,13.83 5,11.61 5,9A6,6 0 0,1 11,3Z" />
+</vector>
diff --git a/res/drawable/ic_gesture_swipe_right.xml b/res/drawable/ic_gesture_swipe_right.xml new file mode 100644 index 0000000..bdcf449 --- /dev/null +++ b/res/drawable/ic_gesture_swipe_right.xml @@ -0,0 +1,9 @@ +<!-- drawable/gesture_swipe_right.xml -->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24"
+ android:tint="?android:attr/colorAccent">
+ <path android:fillColor="#fff" android:pathData="M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M12,4L9,1V3H3V5H9V7L12,4Z" />
+</vector>
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4c906db..0debdd1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -22,6 +22,10 @@ <string name="wake_entry">Wakeup</string> <string name="single_tap_title">Single tap</string> <string name="single_tap_summary">Wake the display on single tap in AOD mode</string> + <string name="double_tap_title">Double tap to wake</string> + <string name="double_tap_summary">Wake the display on double tap</string> + <string name="sweep_to_wake_title">Sweep to wake</string> + <string name="sweep_to_wake_summary">Wake your phone by sweeping on the bottom of the display from left to right</string> <!-- Audio/Sound enhancer --> <string name="category_audio">Audio</string> |
