summaryrefslogtreecommitdiff
path: root/res/layout/feeds_row_selected.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-22 12:21:32 +0400
committerAndrew Dolgov <[email protected]>2012-06-22 12:21:32 +0400
commitdb782c04353a2462bdf6d3262d2edeb88402d371 (patch)
tree62eb2f78ef01f10a89fa10f32cdefe85f6bafb84 /res/layout/feeds_row_selected.xml
parent0c5f68c0793f325f18a2880a0794c6ae570db989 (diff)
layout/style update (add selection marker arrowheads)
Diffstat (limited to 'res/layout/feeds_row_selected.xml')
-rw-r--r--res/layout/feeds_row_selected.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/feeds_row_selected.xml b/res/layout/feeds_row_selected.xml
index ea3a050a..7b920858 100644
--- a/res/layout/feeds_row_selected.xml
+++ b/res/layout/feeds_row_selected.xml
@@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="?android:attr/listPreferredItemHeight"
android:orientation="horizontal"
- android:background="?feedsSelectedBackground"
+ android:background="?feedsSelectedBackgroundSolid"
android:gravity="center_vertical"
android:id="@+id/feeds_row" android:layout_width="match_parent" android:paddingBottom="4dip" android:paddingLeft="8dip" android:paddingRight="8dip" android:paddingTop="4dip">