mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Reformated code
This commit is contained in:
parent
dcc3ea0679
commit
2ec6855d89
1 changed files with 8 additions and 15 deletions
|
|
@ -1,6 +1,5 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group
|
||||
android:id="@+id/drawer_main">
|
||||
<group android:id="@+id/drawer_main">
|
||||
<item
|
||||
android:id="@+id/action_home"
|
||||
android:icon="@drawable/ic_home_black_24dp"
|
||||
|
|
@ -11,9 +10,7 @@
|
|||
android:icon="@drawable/ic_location_black_24dp"
|
||||
android:title="@string/navigation_item_nearby" />
|
||||
</group>
|
||||
<group
|
||||
android:id="@+id/drawer_account"
|
||||
>
|
||||
<group android:id="@+id/drawer_account">
|
||||
<item
|
||||
android:id="@+id/action_notifications"
|
||||
android:icon="@drawable/ic_notifications_black_24dp"
|
||||
|
|
@ -26,9 +23,7 @@
|
|||
android:title="@string/navigation_item_settings" />
|
||||
|
||||
</group>
|
||||
<group
|
||||
android:id="@+id/drawer_contact"
|
||||
>
|
||||
<group android:id="@+id/drawer_contact">
|
||||
<item
|
||||
android:id="@+id/action_about"
|
||||
android:icon="@drawable/ic_info_outline_black_24dp"
|
||||
|
|
@ -46,9 +41,7 @@
|
|||
|
||||
</group>
|
||||
|
||||
<group
|
||||
android:id="@+id/drawer_logout"
|
||||
>
|
||||
<group android:id="@+id/drawer_logout">
|
||||
<item
|
||||
android:id="@+id/action_logout"
|
||||
android:icon="@drawable/ic_exit_to_app_black_24dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue