General fixes, UI cleanup and popup animations
This commit is contained in:
parent
e810208a14
commit
6d9024a580
20 changed files with 457 additions and 77 deletions
|
@ -4,32 +4,32 @@
|
|||
<!-- Settings section -->
|
||||
<item
|
||||
android:id="@+id/section_settings"
|
||||
android:title="Settings"
|
||||
android:title="@string/settings_name"
|
||||
android:enabled="false" />
|
||||
<item
|
||||
android:id="@+id/action_contacts"
|
||||
android:title="Contacts"
|
||||
android:title="@string/whitelist_name"
|
||||
android:icon="@drawable/group_24px"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_popup_settings"
|
||||
android:title="Popup"
|
||||
android:title="@string/popup_name"
|
||||
android:icon="@drawable/tooltip_24px"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/action_services"
|
||||
android:title="Services"
|
||||
android:title="@string/services_name"
|
||||
android:icon="@drawable/services_24"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<!-- About section -->
|
||||
<item
|
||||
android:id="@+id/section_about"
|
||||
android:title="About"
|
||||
android:title="@string/about_name"
|
||||
android:enabled="false" />
|
||||
<item
|
||||
android:id="@+id/action_about"
|
||||
android:title="About"
|
||||
android:title="@string/about_name"
|
||||
android:icon="@drawable/info_24px"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
|
|
7
app/src/main/res/menu/topbar_toggle.xml
Normal file
7
app/src/main/res/menu/topbar_toggle.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/globalPopupToggle"
|
||||
app:actionLayout="@layout/switch_item"
|
||||
app:showAsAction="always" />
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue