mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 07:11:11 +01:00
Added some more features and information to the AboutActivity
This commit is contained in:
parent
c62f38e693
commit
f26f1539ec
9 changed files with 69 additions and 61 deletions
|
|
@ -35,21 +35,15 @@
|
|||
android:title="@string/action_go_to_top"
|
||||
app:showAsAction="always"/>
|
||||
|
||||
|
||||
<!-- overflow menu -->
|
||||
<item
|
||||
android:id="@+id/action_toggle_desktop_page"
|
||||
android:icon="@drawable/ic_sync_white_48px"
|
||||
android:title="@string/action_toggle_desktop_page"
|
||||
/>
|
||||
android:title="@string/action_toggle_desktop_page" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_exit"
|
||||
android:icon="@drawable/ic_sync_white_48px"
|
||||
android:title="@string/action_exit_app"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/debug"
|
||||
android:title="DEBUG"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue