mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 02:39:43 +02:00
BIG REFACTORING - 0.1.6-next edition
This commit is contained in:
parent
e239f519e4
commit
b7ca97208a
103 changed files with 555 additions and 1015 deletions
|
@ -1,7 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<group android:checkableBehavior="none" android:id="@+id/nav_group__pod">
|
||||
<group
|
||||
android:id="@+id/nav_group__pod"
|
||||
android:checkableBehavior="none">
|
||||
<item
|
||||
android:id="@+id/nav_stream"
|
||||
android:icon="@drawable/ic_stream"
|
||||
|
@ -55,7 +57,7 @@
|
|||
android:id="@+id/nav_exit"
|
||||
android:icon="@drawable/ic_cancel_black_48px"
|
||||
android:title="@string/action_exit_app"
|
||||
android:visible="false"/>
|
||||
android:visible="false" />
|
||||
</group>
|
||||
|
||||
<item android:title="@string/nav_menu_more">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue