diff options
author | Dave Kover <dkover@cyngn.com> | 2015-07-15 18:43:10 -0700 |
---|---|---|
committer | Dave Kover <dkover@cyngn.com> | 2015-07-15 22:16:30 -0700 |
commit | d6532b64b582989c9d883117ffe5e9bef3bffef7 (patch) | |
tree | 123e7ca5c0e59f89b4cc8e63fe401f156ec91bde /res/layout | |
parent | 8e0bced9e82cab8f3cdf8d1e0e86cd5bea95a68c (diff) | |
download | packages_apps_ThemeChooser-d6532b64b582989c9d883117ffe5e9bef3bffef7.zip packages_apps_ThemeChooser-d6532b64b582989c9d883117ffe5e9bef3bffef7.tar.gz packages_apps_ThemeChooser-d6532b64b582989c9d883117ffe5e9bef3bffef7.tar.bz2 |
Update iconography.
Change main icon from holoyolo to material. Switch to mipmap ref.
Remove LargeIcon from notification as it clashes with the new
icon. Update iconography in the chooser for App Themer and Store.
Change-Id: I5b4d5c7eb8ee617caf0dd352540d44d29d5345f1
Ticket: DES-365
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/bottom_actions.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/bottom_actions.xml b/res/layout/bottom_actions.xml index 0b6c3ed..eea6d7a 100644 --- a/res/layout/bottom_actions.xml +++ b/res/layout/bottom_actions.xml @@ -30,7 +30,7 @@ android:layout_height="30dp" android:layout_gravity="top|center_horizontal" android:layout_margin="8dp" - android:src="@drawable/ic_quickthemes"/> + android:src="@drawable/ic_appthemer"/> <ImageView android:id="@+id/new_tag" android:layout_width="wrap_content" |