From b39f90e2756c12e92dd50eb1dccea142b5e57d9d Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 7 Nov 2020 12:07:35 +0800 Subject: Rename NoPreviewLinkBackgroundColor to NoPreviewPostTypeBackgroundColor. NoPreviewPostTypeIconTint is available in custom theme. --- .../res/layout/item_post_detail_no_preview.xml | 309 ++++++++++++++++++++ .../layout/item_post_detail_no_preview_link.xml | 311 --------------------- app/src/main/res/layout/item_post_with_preview.xml | 2 - 3 files changed, 309 insertions(+), 313 deletions(-) create mode 100644 app/src/main/res/layout/item_post_detail_no_preview.xml delete mode 100644 app/src/main/res/layout/item_post_detail_no_preview_link.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_post_detail_no_preview.xml b/app/src/main/res/layout/item_post_detail_no_preview.xml new file mode 100644 index 00000000..de21d76f --- /dev/null +++ b/app/src/main/res/layout/item_post_detail_no_preview.xml @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_detail_no_preview_link.xml b/app/src/main/res/layout/item_post_detail_no_preview_link.xml deleted file mode 100644 index 7b6d5778..00000000 --- a/app/src/main/res/layout/item_post_detail_no_preview_link.xml +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file 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 b57867df..45bb6a1f 100644 --- a/app/src/main/res/layout/item_post_with_preview.xml +++ b/app/src/main/res/layout/item_post_with_preview.xml @@ -277,8 +277,6 @@ android:layout_width="match_parent" android:layout_height="150dp" android:scaleType="center" - android:src="@drawable/ic_link" - app:tint="@android:color/tab_indicator_text" android:visibility="gone" />