summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorSantiago Etchebehere <santie@google.com>2019-01-10 17:00:00 -0800
committerSantiago Etchebehere <santie@google.com>2019-01-18 10:00:52 -0800
commit80e1ceed940256c6f55ad67eb8a27182912d8b32 (patch)
tree70a5ce90a873462ff30015177348b3ead795d3ad /res/menu
parentdeabe90312a018ea2dfb0b0e6b34dc4167ef22fc (diff)
downloadThemePicker-80e1ceed940256c6f55ad67eb8a27182912d8b32.tar.gz
ThemePicker: First iteration of Grid section
Create the Fragment and provider to interface with Launcher. Some polish is still pending, as well as applying the grid to the launcher. Bug: 120560197 Change-Id: I5fc35c901a33f2163d2864bfc9e177c74d49aa36
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 a8562220..d477aaf0 100644
--- a/res/menu/bottom_navigation_menu.xml
+++ b/res/menu/bottom_navigation_menu.xml
@@ -23,11 +23,11 @@
<item
android:id="@+id/nav_clock"
android:title="@string/clock_title"
- android:icon="@drawable/ic_nav_grid" />
+ android:icon="@drawable/ic_nav_clock" />
<item
android:id="@+id/nav_grid"
android:title="@string/grid_title"
- android:icon="@drawable/ic_nav_theme" />
+ android:icon="@drawable/ic_nav_grid" />
<item
android:id="@+id/nav_wallpaper"
android:title="@string/wallpaper_title"