1
0
Fork 0
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:
vanitasvitae 2016-09-28 21:43:25 +02:00
parent 2aaddec3a3
commit e4d4305fc1
15 changed files with 447 additions and 223 deletions

View file

@ -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>