summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorBharadwaj Narasimha <bnarasimha@cyngn.com>2016-08-31 13:02:56 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-09-03 13:44:11 -0700
commitf40ac25917a17e2d482d9b69edd9a0b14097847b (patch)
tree9bdd618b8c58cacd3aa188aebd6224929a90e403 /res/layout
parent7e4390fef0dfba5f80b0ef0c4e0665ac45f84b99 (diff)
downloadpackages_apps_ThemeChooser-f40ac25917a17e2d482d9b69edd9a0b14097847b.tar.gz
packages_apps_ThemeChooser-f40ac25917a17e2d482d9b69edd9a0b14097847b.tar.bz2
packages_apps_ThemeChooser-f40ac25917a17e2d482d9b69edd9a0b14097847b.zip
Move actions in theme card to overflow menu
Moved the customize,delete and reset in the title card to an overflow menu to free up some space in the title card for the theme and author names. TICKET:CYNGNOS-3279 Change-Id: I0c4defd82369e4840efac420b1629493b280b168
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/title_card.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/res/layout/title_card.xml b/res/layout/title_card.xml
index 61efa88..0529009 100644
--- a/res/layout/title_card.xml
+++ b/res/layout/title_card.xml
@@ -49,13 +49,6 @@
android:textColor="@color/theme_author_text_color"
android:textSize="14dp" />
</LinearLayout>
- <ImageView
- android:id="@+id/customize"
- android:layout_width="47dp"
- android:layout_height="match_parent"
- android:scaleType="center"
- android:src="@drawable/ic_theme_customize"
- android:background="@drawable/theme_card_action_item_background"/>
<ImageView
android:id="@+id/overflow"
@@ -65,29 +58,8 @@
android:layout_marginEnd="8dp"
android:scaleType="center"
android:src="@drawable/ic_overflow_dark"
- android:visibility="gone"
android:background="@drawable/theme_card_action_item_background"/>
- <ImageView
- android:id="@+id/delete"
- android:layout_width="36dp"
- android:layout_height="match_parent"
- android:layout_marginStart="1dp"
- android:layout_marginEnd="8dp"
- android:scaleType="center"
- android:src="@drawable/ic_theme_delete"
- android:background="@drawable/theme_card_action_item_background"/>
-
- <ImageView
- android:id="@+id/reset"
- android:layout_width="36dp"
- android:layout_height="match_parent"
- android:layout_marginStart="1dp"
- android:layout_marginEnd="8dp"
- android:scaleType="center"
- android:src="@drawable/ic_theme_reset"
- android:visibility="gone"
- android:background="@drawable/theme_card_action_item_background"/>
</LinearLayout>
<ProgressBar
android:id="@+id/apply_progress"