From 4028c36068d4d9dac12b989e937e5ad3486a1bd3 Mon Sep 17 00:00:00 2001 From: Luis Vidal Date: Tue, 2 Feb 2016 11:56:12 -0800 Subject: Rebadge 'Live' in theme chooser to 'Animated' Replaces the static red ribon with a text view so the label can be translated. Default text is set to 'ANIM' Change-Id: Ic701d28bfd20568419a4ea2063ee208210037389 TICKET: CYNGNOS-1688 --- res/drawable/ribbon_live_lock_screen.xml | 33 ----------------------- res/layout/wallpaper_component_selection_item.xml | 27 ++++++++++++++----- res/values/dimens.xml | 9 +++++++ res/values/strings.xml | 1 + res/values/styles.xml | 10 +++++++ 5 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 res/drawable/ribbon_live_lock_screen.xml (limited to 'res') diff --git a/res/drawable/ribbon_live_lock_screen.xml b/res/drawable/ribbon_live_lock_screen.xml deleted file mode 100644 index 175e123..0000000 --- a/res/drawable/ribbon_live_lock_screen.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - diff --git a/res/layout/wallpaper_component_selection_item.xml b/res/layout/wallpaper_component_selection_item.xml index 365221e..e36ec0a 100644 --- a/res/layout/wallpaper_component_selection_item.xml +++ b/res/layout/wallpaper_component_selection_item.xml @@ -23,13 +23,26 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/wallpaper_border" /> - + + + 2dp 50dp + + 48dp + 16dp + 12dp + 42dp + 2dp + 3dp + 3dp + 3dp diff --git a/res/values/strings.xml b/res/values/strings.xml index e191128..6256c61 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -89,4 +89,5 @@ Theme chooser cannot access media and is unable to pick an image at this time. + Anim diff --git a/res/values/styles.xml b/res/values/styles.xml index 467e89f..3fca6f9 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -128,4 +128,14 @@ @color/tag_text_color true + + -- cgit v1.1