diff options
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/layout/preference_holo.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout/preference_holo.xml b/core/res/res/layout/preference_holo.xml index 1cc803b..1b3ab86 100644 --- a/core/res/res/layout/preference_holo.xml +++ b/core/res/res/layout/preference_holo.xml @@ -23,7 +23,8 @@ android:minHeight="?android:attr/listPreferredItemHeight" android:gravity="center_vertical" android:paddingStart="@dimen/preference_item_padding_side" - android:paddingEnd="?android:attr/scrollbarSize"> + android:paddingEnd="?android:attr/scrollbarSize" + android:background="?android:attr/activatedBackgroundIndicator"> <LinearLayout android:layout_width="wrap_content" |