diff options
Diffstat (limited to 'app/src/main/res/layout/item_post_text.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_text.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/src/main/res/layout/item_post_text.xml b/app/src/main/res/layout/item_post_text.xml index 9428b05a..2d67b40d 100644 --- a/app/src/main/res/layout/item_post_text.xml +++ b/app/src/main/res/layout/item_post_text.xml @@ -174,18 +174,6 @@ app:lib_setRoundedView="true" app:lib_setShape="rectangle" /> - <com.libRG.CustomTextView - android:id="@+id/awards_text_view_item_post_text_type" - 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_text_type" android:layout_width="24dp" |