aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-03-05 09:43:27 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-03-05 09:43:27 +0000
commitf3f9642a0e200b62f3010b013e6107d039ae8e90 (patch)
tree16d5b48be71e90b2a063314e0dfb00f65ed75d33 /app/src/main/res/layout/item_post.xml
parentb101e4c87d78c880fca6971319daddd05470f0db (diff)
downloadinfinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar
infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar.gz
infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar.bz2
infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar.lz
infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar.xz
infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.tar.zst
infinity-for-reddit-f3f9642a0e200b62f3010b013e6107d039ae8e90.zip
Add a custom theme table in database.
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r--app/src/main/res/layout/item_post.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml
index 335694e0..ad3d1aca 100644
--- a/app/src/main/res/layout/item_post.xml
+++ b/app/src/main/res/layout/item_post.xml
@@ -127,8 +127,8 @@
android:padding="4dp"
android:textSize="?attr/font_12"
android:textColor="@android:color/white"
- app:lib_setRoundedBGColor="?attr/post_type"
- app:lib_setRoundedBorderColor="?attr/post_type"
+ app:lib_setRoundedBGColor="?attr/postType"
+ app:lib_setRoundedBorderColor="?attr/postType"
app:lib_setRadius="3dp"
app:lib_setRoundedView="true"
app:lib_setShape="rectangle" />
@@ -273,7 +273,7 @@
android:drawableTop="@drawable/ic_error_outline_black_24dp"
android:layout_gravity="center"
android:gravity="center"
- android:text="@string/tap_to_retry"
+ android:text="@string/error_loading_image_tap_to_retry"
android:textSize="?attr/font_default" />
</RelativeLayout>