summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorSantiago Etchebehere <santie@google.com>2018-12-20 17:13:12 -0800
committerSantiago Etchebehere <santie@google.com>2019-01-09 15:21:40 -0800
commit988f99d2003cc6b4efcd8577b8e03ab68fd2eecc (patch)
tree8c807877d6e2bda393ae9e8969bdea73cabb9d0a /res/menu
parent273f655433f291fc75523409c07b4a51c4c93f0c (diff)
downloadThemePicker-988f99d2003cc6b4efcd8577b8e03ab68fd2eecc.tar.gz
[ThemePicker 7/N] Initial setup of ThemeFragment UI
Add a view for the theme preview card for font, and hook up the option tiles as well. Bug: 120559294 Change-Id: I7efa779e9db730f8aaff151eac65bee42ed5db6b
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/bottom_navigation_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/bottom_navigation_menu.xml b/res/menu/bottom_navigation_menu.xml
index 49542064..a8562220 100644
--- a/res/menu/bottom_navigation_menu.xml
+++ b/res/menu/bottom_navigation_menu.xml
@@ -23,7 +23,7 @@
<item
android:id="@+id/nav_clock"
android:title="@string/clock_title"
- android:icon="@drawable/ic_nav_theme" />
+ android:icon="@drawable/ic_nav_grid" />
<item
android:id="@+id/nav_grid"
android:title="@string/grid_title"
@@ -31,5 +31,5 @@
<item
android:id="@+id/nav_wallpaper"
android:title="@string/wallpaper_title"
- android:icon="@drawable/ic_nav_theme" />
+ android:icon="@drawable/ic_nav_wallpaper" />
</menu> \ No newline at end of file