diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-01-18 15:42:16 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-01-18 15:42:16 +0000 |
commit | b0bf06e0c09763726c3225f7f08076cda552aaa5 (patch) | |
tree | ae919c435ca8fcdfc5c6b74452bcc331bb8e677a /app/src/main/res/layout | |
parent | ea837718bf1c005d43ab79795706dd37c8070af5 (diff) | |
download | infinity-for-reddit-b0bf06e0c09763726c3225f7f08076cda552aaa5.tar infinity-for-reddit-b0bf06e0c09763726c3225f7f08076cda552aaa5.tar.gz infinity-for-reddit-b0bf06e0c09763726c3225f7f08076cda552aaa5.tar.bz2 infinity-for-reddit-b0bf06e0c09763726c3225f7f08076cda552aaa5.tar.lz infinity-for-reddit-b0bf06e0c09763726c3225f7f08076cda552aaa5.tar.xz infinity-for-reddit-b0bf06e0c09763726c3225f7f08076cda552aaa5.tar.zst infinity-for-reddit-b0bf06e0c09763726c3225f7f08076cda552aaa5.zip |
Minor UI tweaks in settings.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/fragment_customize_bottom_app_bar.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/fragment_customize_main_page_tabs.xml | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_customize_bottom_app_bar.xml b/app/src/main/res/layout/fragment_customize_bottom_app_bar.xml index ccf5217d..3473e057 100644 --- a/app/src/main/res/layout/fragment_customize_bottom_app_bar.xml +++ b/app/src/main/res/layout/fragment_customize_bottom_app_bar.xml @@ -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" /> diff --git a/app/src/main/res/layout/fragment_customize_main_page_tabs.xml b/app/src/main/res/layout/fragment_customize_main_page_tabs.xml index 14585b4a..85297183 100644 --- a/app/src/main/res/layout/fragment_customize_main_page_tabs.xml +++ b/app/src/main/res/layout/fragment_customize_main_page_tabs.xml @@ -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" |