Minor UI tweaks in settings.

This commit is contained in:
Alex Ning
2021-01-18 23:42:16 +08:00
parent ea837718bf
commit b0bf06e0c0
3 changed files with 5 additions and 4 deletions

View File

@@ -25,7 +25,6 @@
app:drawableStartCompat="@drawable/ic_info_preference_24dp" />
<View
android:id="@+id/divider_1_customize_bottom_app_bar_fragment"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/dividerColor" />

View File

@@ -24,6 +24,11 @@
android:fontFamily="?attr/font_family"
app:drawableStartCompat="@drawable/ic_info_preference_24dp" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/dividerColor" />
<LinearLayout
android:id="@+id/tab_count_linear_layout_customize_main_page_tabs_fragment"
android:layout_width="match_parent"