aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post_text.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_post_text.xml')
-rw-r--r--app/src/main/res/layout/item_post_text.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post_text.xml b/app/src/main/res/layout/item_post_text.xml
index cd9eb21b..b2b979b1 100644
--- a/app/src/main/res/layout/item_post_text.xml
+++ b/app/src/main/res/layout/item_post_text.xml
@@ -7,7 +7,8 @@
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
app:cardElevation="2dp"
- app:cardCornerRadius="16dp">
+ app:cardCornerRadius="16dp"
+ style="?attr/materialCardViewElevatedStyle">
<LinearLayout
android:layout_width="match_parent"