aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-10-03 12:31:55 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-10-03 12:31:55 +0000
commit11f6b5dc91028a26c6fb9906920682b250634ded (patch)
tree1cf9e4c29957ca3fb016e16d40586e61b4ffe02a /app/src/main/res/layout/item_post.xml
parent66b0eeef9930bf0bf42e977aabb110c9c6f6fca5 (diff)
downloadinfinity-for-reddit-11f6b5dc91028a26c6fb9906920682b250634ded.tar
infinity-for-reddit-11f6b5dc91028a26c6fb9906920682b250634ded.tar.gz
infinity-for-reddit-11f6b5dc91028a26c6fb9906920682b250634ded.tar.bz2
infinity-for-reddit-11f6b5dc91028a26c6fb9906920682b250634ded.tar.lz
infinity-for-reddit-11f6b5dc91028a26c6fb9906920682b250634ded.tar.xz
infinity-for-reddit-11f6b5dc91028a26c6fb9906920682b250634ded.tar.zst
infinity-for-reddit-11f6b5dc91028a26c6fb9906920682b250634ded.zip
AMOLED dark theme is now available.
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r--app/src/main/res/layout/item_post.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml
index cc7cc163..ba132a36 100644
--- a/app/src/main/res/layout/item_post.xml
+++ b/app/src/main/res/layout/item_post.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:id="@+id/card_view_item_post"
+ app:cardBackgroundColor="?attr/cardViewBackgroundColor"
app:cardElevation="2dp"
app:cardCornerRadius="16dp">