This commit is contained in:
Koitharu
2020-02-29 14:04:54 +02:00
parent 5c3242c511
commit 0ffb9cb4af
7 changed files with 14 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:openDrawer="end">
android:animateLayoutChanges="true">
<FrameLayout
android:layout_width="0dp"
@@ -62,6 +62,8 @@
<View
android:layout_width="1dp"
android:id="@+id/divider_filter"
android:visibility="gone"
android:layout_height="match_parent"
android:background="?dividerVertical" />
@@ -70,6 +72,7 @@
android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="end"
android:visibility="gone"
android:background="?android:windowBackground"
android:orientation="vertical"
android:scrollbars="vertical"

View File

@@ -8,7 +8,7 @@
app:cardBackgroundColor="?android:windowBackground"
app:cardElevation="0dp"
app:cardMaxElevation="0dp"
app:strokeColor="?android:textColorPrimary"
app:strokeColor="?android:colorControlNormal"
app:strokeWidth="1px">
<LinearLayout

View File

@@ -8,7 +8,7 @@
app:cardBackgroundColor="?android:windowBackground"
app:cardElevation="0dp"
app:cardMaxElevation="0dp"
app:strokeColor="?android:textColorPrimary"
app:strokeColor="?android:colorControlNormal"
app:strokeWidth="1px">
<RelativeLayout

View File

@@ -85,4 +85,5 @@
<string name="read_mode">Read mode</string>
<string name="put_items_below_to_disable_it">Put items below to disable it</string>
<string name="grid_size">Grid size</string>
<string name="search_results_on_s">Search results on %s</string>
</resources>

View File

@@ -9,13 +9,13 @@
android:entryValues="@array/values_theme"
android:key="@string/key_theme"
android:title="@string/theme"
app:allowDividerBelow="true"
app:iconSpaceReserved="false" />
<Preference
android:key="@string/key_list_mode"
android:persistent="false"
android:title="@string/list_mode"
app:allowDividerAbove="true"
app:iconSpaceReserved="false" />
<SeekBarPreference