mirror of
https://github.com/gsantner/dandelion
synced 2025-12-10 14:21:12 +01:00
Modify toolbar item positions
This commit is contained in:
parent
d1d2d7b4d1
commit
086f056216
17 changed files with 43 additions and 81 deletions
|
|
@ -1,7 +0,0 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="com.github.dfa.diaspora_android.activity.MainActivity"
|
||||
tools:ignore="AlwaysShowAction">
|
||||
|
||||
</menu>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:ignore="AlwaysShowAction">
|
||||
|
||||
|
||||
</menu>
|
||||
|
|
@ -126,4 +126,5 @@
|
|||
<string name="pref_key__adblock_enable" translatable="false">pref_key__adblock_enable</string>
|
||||
<string name="pref_key__is_overview_statusbar_hidden" translatable="false">pref_key__is_overview_statusbar_hidden</string>
|
||||
<string name="pref_key__recreate_main_activity" translatable="false">pref_key__recreate_main_activity</string>
|
||||
<string name="pref_key__show_title" translatable="false">pref_key__show_title</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -96,4 +96,6 @@
|
|||
<string name="jump_to_last_visited_timestamp_in_stream">Jump to last visited page in stream?</string>
|
||||
<string name="pref_summary__is_statusbar_hidden">Hide statusbar at main view</string>
|
||||
<string name="pref_title__is_statusbar_hidden">Hide statusbar</string>
|
||||
<string name="pref_summary__show_title">Show title in the main view</string>
|
||||
<string name="pref_title__show_title">Show title</string>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -80,6 +80,13 @@
|
|||
android:summary="@string/pref_desc__topbar_stream_shortcut"
|
||||
android:title="@string/pref_title__topbar_stream_shortcut"/>
|
||||
|
||||
<com.github.dfa.diaspora_android.ui.theme.ThemedCheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:icon="@drawable/ic_visibility_black_24dp"
|
||||
android:key="@string/pref_key__show_title"
|
||||
android:summary="@string/pref_summary__show_title"
|
||||
android:title="@string/pref_title__show_title"/>
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="@string/rotation_val_system"
|
||||
android:entries="@array/pref_entries__screen_rotation"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue