diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-07-05 03:34:05 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-07-05 03:34:05 +0000 |
commit | 9ee22c30984205ad53dbd3eed57b19c0285ae110 (patch) | |
tree | fd252ba59149b76a18a46f93fd9a2784f49a11c0 /app/src/main/res | |
parent | 90f741e9e110e408a8f37290e074cb250ac664fd (diff) | |
download | infinity-for-reddit-9ee22c30984205ad53dbd3eed57b19c0285ae110.tar infinity-for-reddit-9ee22c30984205ad53dbd3eed57b19c0285ae110.tar.gz infinity-for-reddit-9ee22c30984205ad53dbd3eed57b19c0285ae110.tar.bz2 infinity-for-reddit-9ee22c30984205ad53dbd3eed57b19c0285ae110.tar.lz infinity-for-reddit-9ee22c30984205ad53dbd3eed57b19c0285ae110.tar.xz infinity-for-reddit-9ee22c30984205ad53dbd3eed57b19c0285ae110.tar.zst infinity-for-reddit-9ee22c30984205ad53dbd3eed57b19c0285ae110.zip |
Fix themeing problems for recently-added features.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/item_comment_fully_collapsed.xml | 13 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app/src/main/res/layout/item_comment_fully_collapsed.xml b/app/src/main/res/layout/item_comment_fully_collapsed.xml index c11085c5..d6e5110c 100644 --- a/app/src/main/res/layout/item_comment_fully_collapsed.xml +++ b/app/src/main/res/layout/item_comment_fully_collapsed.xml @@ -18,8 +18,8 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" - android:paddingTop="8dp" - android:paddingBottom="8dp" + android:paddingTop="12dp" + android:paddingBottom="12dp" android:paddingStart="16dp" android:paddingEnd="8dp" android:textSize="?attr/font_default" @@ -29,7 +29,10 @@ android:id="@+id/score_text_view_item_comment_fully_collapsed" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:padding="8dp" + android:paddingTop="12dp" + android:paddingBottom="12dp" + android:paddingStart="8dp" + android:paddingEnd="8dp" android:textSize="?attr/font_default" android:fontFamily="?attr/font_family" /> @@ -38,8 +41,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end" - android:paddingTop="8dp" - android:paddingBottom="8dp" + android:paddingTop="12dp" + android:paddingBottom="12dp" android:paddingStart="8dp" android:paddingEnd="16dp" android:textSize="?attr/font_default" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 24b4164c..72f64124 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -816,4 +816,6 @@ <string name="load_video_in_redgifs">Try loading the video on Redgifs</string> + <string name="top_score">%1$s pts</string> + </resources> |