diff options
Diffstat (limited to 'app/src/main/res/layout/item_post_compact.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_compact.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/src/main/res/layout/item_post_compact.xml b/app/src/main/res/layout/item_post_compact.xml index 7e82b616..7b2c42af 100644 --- a/app/src/main/res/layout/item_post_compact.xml +++ b/app/src/main/res/layout/item_post_compact.xml @@ -156,18 +156,6 @@ app:lib_setRoundedView="true" app:lib_setShape="rectangle" /> - <com.libRG.CustomTextView - android:id="@+id/awards_text_view_item_post_compact" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:fontFamily="?attr/font_family" - android:padding="4dp" - android:textSize="?attr/font_10" - android:visibility="gone" - app:lib_setRadius="6dp" - app:lib_setRoundedView="true" - app:lib_setShape="rectangle" /> - <ImageView android:id="@+id/archived_image_view_item_post_compact" android:layout_width="24dp" |