diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-09-19 13:37:12 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-09-19 13:37:12 +0400 |
| commit | 797dbe20804d02e4907c7f1cd3d59a7b918851be (patch) | |
| tree | 041f631d636b77e6c8d9dbd463b779a3068ee39c /res | |
| parent | 9fb03a43f1d19569fbe67aad744ea6eb17e083d6 (diff) | |
various lint-related stuff
Diffstat (limited to 'res')
| -rw-r--r-- | res/layout-sw600dp/feeds.xml | 1 | ||||
| -rw-r--r-- | res/layout-sw600dp/headlines.xml | 1 |
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
|