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