diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-06-11 07:29:44 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-06-11 07:29:44 +0000 |
commit | 7c388ebd5270933a8afdefea3f951c63a406dfc0 (patch) | |
tree | 02246b57a9fa8d4ca9000697b37f497fc60ac742 /app/src/main/res/layout | |
parent | fda2c142c812a48ca51c59d2b626bd4f3262193c (diff) | |
download | infinity-for-reddit-7c388ebd5270933a8afdefea3f951c63a406dfc0.tar infinity-for-reddit-7c388ebd5270933a8afdefea3f951c63a406dfc0.tar.gz infinity-for-reddit-7c388ebd5270933a8afdefea3f951c63a406dfc0.tar.bz2 infinity-for-reddit-7c388ebd5270933a8afdefea3f951c63a406dfc0.tar.lz infinity-for-reddit-7c388ebd5270933a8afdefea3f951c63a406dfc0.tar.xz infinity-for-reddit-7c388ebd5270933a8afdefea3f951c63a406dfc0.tar.zst infinity-for-reddit-7c388ebd5270933a8afdefea3f951c63a406dfc0.zip |
Change several colors in Indigo theme.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/item_post_compact.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/item_post_compact_right_thumbnail.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_post_compact.xml b/app/src/main/res/layout/item_post_compact.xml index 309eedb5..06c00131 100644 --- a/app/src/main/res/layout/item_post_compact.xml +++ b/app/src/main/res/layout/item_post_compact.xml @@ -31,7 +31,6 @@ android:layout_marginStart="16dp" android:layout_marginEnd="8dp" android:fontFamily="?attr/font_family" - android:textColor="#E91E63" android:textSize="?attr/font_default" app:layout_constraintHorizontal_bias="0" app:layout_constraintBottom_toBottomOf="parent" diff --git a/app/src/main/res/layout/item_post_compact_right_thumbnail.xml b/app/src/main/res/layout/item_post_compact_right_thumbnail.xml index 3fbe55e6..d66545d4 100644 --- a/app/src/main/res/layout/item_post_compact_right_thumbnail.xml +++ b/app/src/main/res/layout/item_post_compact_right_thumbnail.xml @@ -30,7 +30,6 @@ android:layout_marginStart="16dp" android:layout_marginEnd="8dp" android:fontFamily="?attr/font_family" - android:textColor="#E91E63" android:textSize="?attr/font_default" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/stickied_post_image_view_item_post_compact_right_thumbnail" |