summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-13 16:33:16 +0300
committerAndrew Dolgov <[email protected]>2014-11-13 16:33:16 +0300
commitb6e132c65faffe5397a46af76097f6b338e68ae1 (patch)
treef36156b3ce08778db336f9082db58b582b04419b /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parent25622e276128efb21ade7d436eeb591f65556b8a (diff)
set all cards to same elevation
fix headline footer being invisible in amber theme
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
index 681c024c..597744e8 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -6,7 +6,7 @@
android:id="@+id/headlines_row"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- card_view:cardElevation="2dp"
+ card_view:cardElevation="4dp"
card_view:cardUseCompatPadding="true"
card_view:cardBackgroundColor="?headlineNormalBackground"
tools:ignore="HardcodedText" >