diff options
author | Danesh M <daneshm90@gmail.com> | 2015-01-23 18:59:21 -0800 |
---|---|---|
committer | Danesh M <daneshm90@gmail.com> | 2015-12-10 15:46:36 -0800 |
commit | d37c80a8844445ed6ae4952af2c8fa893c4dc5b6 (patch) | |
tree | d2b97ca2f25bd5e554fe83ca6ce5f809e674642e /packages/SystemUI/res/drawable | |
parent | e799f3d7062eda84e4acf5a4c970b09c6cec6b66 (diff) | |
download | frameworks_base-d37c80a8844445ed6ae4952af2c8fa893c4dc5b6.zip frameworks_base-d37c80a8844445ed6ae4952af2c8fa893c4dc5b6.tar.gz frameworks_base-d37c80a8844445ed6ae4952af2c8fa893c4dc5b6.tar.bz2 |
SystemUI : Add screen timeout tile
Change-Id: If4f9e86ea25f92f435fd1d443cbe0b23ef4c1fb4
Diffstat (limited to 'packages/SystemUI/res/drawable')
7 files changed, 130 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/ic_qs_screen_timeout_long_avd.xml b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_long_avd.xml new file mode 100644 index 0000000..5761fd3 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_long_avd.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" + android:drawable="@drawable/ic_qs_screen_timeout_vector"> + + <target + android:animation="@anim/ic_qs_screen_timeout_medtoshort" + android:name="time2"/> + + <target + android:animation="@anim/ic_qs_screen_timeout_longtoshort" + android:name="time3"/> +</animated-vector>
\ No newline at end of file diff --git a/packages/SystemUI/res/drawable/ic_qs_screen_timeout_long_reverse_avd.xml b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_long_reverse_avd.xml new file mode 100644 index 0000000..08871cd --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_long_reverse_avd.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" + android:drawable="@drawable/ic_qs_screen_timeout_vector"> + + <target + android:animation="@anim/ic_qs_screen_timeout_longtomed" + android:name="time3"/> + + <target + android:animation="@anim/ic_qs_screen_timeout_staymed" + android:name="time2" /> + +</animated-vector> diff --git a/packages/SystemUI/res/drawable/ic_qs_screen_timeout_med_avd.xml b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_med_avd.xml new file mode 100644 index 0000000..88b7d14 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_med_avd.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" + android:drawable="@drawable/ic_qs_screen_timeout_vector"> + + <target + android:animation="@anim/ic_qs_screen_timeout_staymed" + android:name="time2"/> + + <target + android:animation="@anim/ic_qs_screen_timeout_tolong" + android:name="time3"/> + +</animated-vector>
\ No newline at end of file diff --git a/packages/SystemUI/res/drawable/ic_qs_screen_timeout_med_reverse_avd.xml b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_med_reverse_avd.xml new file mode 100644 index 0000000..4f08a14 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_med_reverse_avd.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" + android:drawable="@drawable/ic_qs_screen_timeout_vector"> + + <target + android:animation="@anim/ic_qs_screen_timeout_medtoshort_reverse" + android:name="time2"/> + + <target + android:animation="@anim/ic_qs_screen_timeout_medtoshort_reverse" + android:name="time3"/> + +</animated-vector> diff --git a/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_avd.xml b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_avd.xml new file mode 100644 index 0000000..694e662 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_avd.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" + android:drawable="@drawable/ic_qs_screen_timeout_vector"> + + <target + android:animation="@anim/ic_qs_screen_timeout_tomed" + android:name="time2"/> + + <target + android:animation="@anim/ic_qs_screen_timeout_tomed" + android:name="time3"/> + +</animated-vector> diff --git a/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_reverse_avd.xml b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_reverse_avd.xml new file mode 100644 index 0000000..a9a1a7d --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_short_reverse_avd.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" + android:drawable="@drawable/ic_qs_screen_timeout_vector"> + + <target + android:animation="@anim/ic_qs_screen_timeout_tomed" + android:name="time2"/> + + <target + android:animation="@anim/ic_qs_screen_timeout_shorttolong" + android:name="time3"/> + +</animated-vector> diff --git a/packages/SystemUI/res/drawable/ic_qs_screen_timeout_vector.xml b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_vector.xml new file mode 100644 index 0000000..91f64fd --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_qs_screen_timeout_vector.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="utf-8"?> +<vector xmlns:android="http://schemas.android.com/apk/res/android" +android:height="64dp" +android:width="64dp" +android:viewportHeight="48" +android:viewportWidth="48"> + +<group + android:name="base_screen"> + + <path + android:fillColor="@android:color/white" + android:pathData="M38,8v32c0,2.2-1.8,4-4,4H14c-2.2,0-4-1.8-4-4V8c0-2.2,1.8-4,4-4h20C36.2,4,38,5.8,38,8Z +M34,24 c0-5.5-4.5-10-10-10s-10,4.5-10,10c0,5.5,4.5,10,10,10S34,29.5,34,24z" /> + +</group> + +<group + android:name="time1" + android:pivotX="24" + android:pivotY="24" + android:rotation="0"> + + <path + android:fillColor="@android:color/white" + android:pathData="M24,18v6h-6C18,20.7,20.7,18,24,18z"/> +</group> + +<group + android:name="time2" + android:pivotX="24" + android:pivotY="24" + android:rotation="0"> + + <path + android:fillColor="@android:color/white" + android:pathData="M24,18v6h-6C18,20.7,20.7,18,24,18z"/> +</group> + +<group + android:name="time3" + android:pivotX="24" + android:pivotY="24" + android:rotation="0"> + + <path + android:fillColor="@android:color/white" + android:pathData="M24,18v6h-6C18,20.7,20.7,18,24,18z"/> + +</group> + + +</vector> |