mirror of
https://github.com/Xcreen/RestSMS.git
synced 2026-04-18 06:07:40 -04:00
Set Home-Navigation-Item to default, so its selected at start up
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
<item
|
||||
android:id="@+id/nav_home"
|
||||
android:icon="@drawable/nav_home"
|
||||
android:title="@string/nav_item_home" />
|
||||
android:title="@string/nav_item_home"
|
||||
android:checked="true"/>
|
||||
<item
|
||||
android:id="@+id/nav_settings"
|
||||
android:icon="@drawable/nav_settings"
|
||||
|
||||
Reference in New Issue
Block a user