summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout-sw600dp-land
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-13 13:50:40 +0300
committerAndrew Dolgov <[email protected]>2014-11-13 13:50:40 +0300
commit7b8a517e95e0d383091a1a71cc8c0cf9ef7a13fe (patch)
tree1c71d73faf59755b59b29fd2cfcd3ea23abf2a11 /org.fox.ttrss/src/main/res/layout-sw600dp-land
parent7a9ce35f2e4b3e186819e08930f1cfdc3ad121e6 (diff)
some more layout tweaks for consistency
remove some bad looking stuff from amber theme, make it darker
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-land')
-rw-r--r--org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml1
-rw-r--r--org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml
index d61097a6..ad4bd653 100644
--- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml
@@ -29,6 +29,7 @@
</FrameLayout>
<FrameLayout
+ android:elevation="4dp"
android:id="@+id/headlines_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml
index 86040461..7995d491 100644
--- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml
+++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml
@@ -32,6 +32,7 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.6"
+ android:elevation="4dp"
android:background="?articleBackground" >
</FrameLayout>
</LinearLayout>