diff options
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" |