mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 11:21:27 +08:00
Optimized NavigationBar.
Added BottomNavigationView. Removed FloatingActionButton.
This commit is contained in:
15
app/src/main/res/menu/bottom_nav_menu.xml
Normal file
15
app/src/main/res/menu/bottom_nav_menu.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/nav_home_tools"
|
||||
android:icon="@drawable/ic_menu_home"
|
||||
android:orderInCategory="0"
|
||||
android:title="@string/menu_home_tools" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_home_fav"
|
||||
android:icon="@drawable/ic_menu_home"
|
||||
android:orderInCategory="1"
|
||||
android:title="@string/menu_home_fav" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user