mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 07:11:11 +01:00
Reworked UI using Fragments
This commit is contained in:
parent
2aaddec3a3
commit
e4d4305fc1
15 changed files with 447 additions and 223 deletions
|
|
@ -35,4 +35,11 @@
|
|||
android:title="@string/action_exit_app"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_debug_button"
|
||||
app:showAsAction="never"
|
||||
android:orderInCategory="1000"
|
||||
android:title="DEBUG"
|
||||
/>
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue