summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-26 11:17:38 +0300
committerAndrew Dolgov <[email protected]>2011-11-26 11:17:38 +0300
commite722a06651bc74cab83b59158c6d4f07042cc9a6 (patch)
treed31022a5d9292b047d42eeadec4b9353c2e39522 /res/layout/headlines_row.xml
parent5b0c674f2bba0c0e5a7fc016b7a003d133d0cd0e (diff)
fix themes for 2.x devices
Diffstat (limited to 'res/layout/headlines_row.xml')
-rw-r--r--res/layout/headlines_row.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 79de6413..0b8e11f1 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:gravity="center_vertical"
+ android:background="?headlineNormalBackground"
android:id="@+id/headlines_row" android:orientation="horizontal" android:layout_height="wrap_content">
<ImageView android:background="?headlineSeparatorNormal" android:paddingRight="4dip" android:layout_height="match_parent" android:layout_width="wrap_content"></ImageView>
<CheckBox android:focusable="false"