diff options
author | John Reck <jreck@google.com> | 2011-01-21 11:50:20 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-21 11:50:20 -0800 |
commit | 3a6e2aefac6965d9495d0d594fade774ebd6b136 (patch) | |
tree | a89b6a02807b694bd97312a0913a16436204ccad /res | |
parent | 956f1f2da9635878cdaeda3794ff1b41ed4bdcf9 (diff) | |
parent | 3f7efde1a112ecfb5e008dbd583837056c2ad8ef (diff) | |
download | packages_apps_Browser-3a6e2aefac6965d9495d0d594fade774ebd6b136.zip packages_apps_Browser-3a6e2aefac6965d9495d0d594fade774ebd6b136.tar.gz packages_apps_Browser-3a6e2aefac6965d9495d0d594fade774ebd6b136.tar.bz2 |
Merge "Add selected background to history groups" into honeycomb
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/history_header.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/history_header.xml b/res/layout/history_header.xml index e03b009..f77a697 100644 --- a/res/layout/history_header.xml +++ b/res/layout/history_header.xml @@ -21,4 +21,5 @@ android:textAppearance="?android:attr/textAppearanceMedium" android:paddingLeft="35dip" android:gravity="center_vertical" - />
\ No newline at end of file + android:background="?android:attr/activatedBackgroundIndicator" + /> |