summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-19 13:37:12 +0400
committerAndrew Dolgov <[email protected]>2012-09-19 13:37:12 +0400
commit797dbe20804d02e4907c7f1cd3d59a7b918851be (patch)
tree041f631d636b77e6c8d9dbd463b779a3068ee39c /res
parent9fb03a43f1d19569fbe67aad744ea6eb17e083d6 (diff)
various lint-related stuff
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw600dp/feeds.xml1
-rw-r--r--res/layout-sw600dp/headlines.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout-sw600dp/feeds.xml b/res/layout-sw600dp/feeds.xml
index 1bc48b2b..3e75a37c 100644
--- a/res/layout-sw600dp/feeds.xml
+++ b/res/layout-sw600dp/feeds.xml
@@ -25,6 +25,7 @@
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:baselineAligned="false"
android:orientation="horizontal" >
<FrameLayout
diff --git a/res/layout-sw600dp/headlines.xml b/res/layout-sw600dp/headlines.xml
index 1d9addbc..54eabd01 100644
--- a/res/layout-sw600dp/headlines.xml
+++ b/res/layout-sw600dp/headlines.xml
@@ -26,6 +26,7 @@
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:baselineAligned="false"
android:orientation="horizontal" >
<FrameLayout