mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-01 03:32:17 +01:00
13 lines
430 B
XML
13 lines
430 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<item
|
||
|
android:title="@string/bottom_nav_dashboard"
|
||
|
android:id="@+id/bottom_nav_dashboard"
|
||
|
android:icon="@drawable/ic_dashboard"/>
|
||
|
<item
|
||
|
android:title="@string/bottom_nav_devices"
|
||
|
android:id="@+id/bottom_nav_devices"
|
||
|
android:icon="@drawable/ic_devices_other"/>
|
||
|
|
||
|
</menu>
|