diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-15 11:10:42 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-15 11:10:42 +0000 |
commit | 7d8e32320f867504e28429ede1aec419e10c3db2 (patch) | |
tree | cf86678c75e53779abd467160d134714d3d8c2e7 /app/src/main/res/layout/fragment_post_history.xml | |
parent | 275063684779a02efe7ec8ef971bb219b1f4fd33 (diff) | |
download | infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar.gz infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar.bz2 infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar.lz infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar.xz infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.tar.zst infinity-for-reddit-7d8e32320f867504e28429ede1aec419e10c3db2.zip |
Apply custom theme to settings page.
Diffstat (limited to 'app/src/main/res/layout/fragment_post_history.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_post_history.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/layout/fragment_post_history.xml b/app/src/main/res/layout/fragment_post_history.xml index 8ced3790..8105129c 100644 --- a/app/src/main/res/layout/fragment_post_history.xml +++ b/app/src/main/res/layout/fragment_post_history.xml @@ -18,11 +18,9 @@ android:padding="16dp" android:drawablePadding="32dp" android:text="@string/restart_app_see_changes" - android:textColor="@color/settingsSubtitleColor" android:gravity="center_vertical" android:textSize="?attr/font_default" - android:fontFamily="?attr/font_family" - app:drawableStartCompat="@drawable/ic_info_preference_24dp" /> + android:fontFamily="?attr/font_family" /> <View android:layout_width="match_parent" @@ -42,6 +40,7 @@ android:background="?attr/selectableItemBackground"> <TextView + android:id="@+id/mark_posts_as_read_text_view_post_history_fragment" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" @@ -74,6 +73,7 @@ android:background="?attr/selectableItemBackground"> <TextView + android:id="@+id/mark_posts_as_read_after_voting_text_view_post_history_fragment" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" @@ -105,6 +105,7 @@ android:background="?attr/selectableItemBackground"> <TextView + android:id="@+id/mark_posts_as_read_on_scroll_text_view_post_history_fragment" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" @@ -136,6 +137,7 @@ android:background="?attr/selectableItemBackground"> <TextView + android:id="@+id/hide_read_posts_automatically_text_view_post_history_fragment" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" |