summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-12-12 13:43:43 -0800
committerJohn Reck <jreck@google.com>2012-12-12 13:43:43 -0800
commit13a39068a7eb3f4bec10deb63fa1f511cbc748c7 (patch)
tree9d5d98b74c968d3c0a9496e7c22bbbe67bbd0c1f /res/layout
parent2cc0fd3ebdd95b55abeb587aa87cbe796e6dea4d (diff)
downloadandroid_packages_apps_Snap-13a39068a7eb3f4bec10deb63fa1f511cbc748c7.tar.gz
android_packages_apps_Snap-13a39068a7eb3f4bec10deb63fa1f511cbc748c7.tar.bz2
android_packages_apps_Snap-13a39068a7eb3f4bec10deb63fa1f511cbc748c7.zip
remove actionbar sherlock
Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/action_bar_text.xml2
-rw-r--r--res/layout/action_mode.xml6
-rw-r--r--res/layout/popup_list_item.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/action_bar_text.xml b/res/layout/action_bar_text.xml
index bff5f1f96..a33264702 100644
--- a/res/layout/action_bar_text.xml
+++ b/res/layout/action_bar_text.xml
@@ -16,7 +16,7 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
- android:background="?attr/activatedBackgroundIndicator"
+ android:background="?android:attr/activatedBackgroundIndicator"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
diff --git a/res/layout/action_mode.xml b/res/layout/action_mode.xml
index 9650de69d..6c516e618 100644
--- a/res/layout/action_mode.xml
+++ b/res/layout/action_mode.xml
@@ -29,10 +29,10 @@
android:layout_height="match_parent"
android:src="@drawable/dropdown_ic_arrow_normal_holo_dark" />
<Button android:id="@+id/selection_menu"
- style="?attr/actionButtonStyle"
+ style="?android:attr/actionButtonStyle"
android:divider="?android:attr/listDividerAlertDialog"
- android:textAppearance="?attr/textAppearanceLargePopupMenu"
- android:textColor="?attr/actionMenuTextColor"
+ android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
+ android:textColor="?android:attr/actionMenuTextColor"
android:singleLine="true"
android:gravity="left|center_vertical"
android:paddingRight="25dip"
diff --git a/res/layout/popup_list_item.xml b/res/layout/popup_list_item.xml
index a72f5b402..5a87af7cc 100644
--- a/res/layout/popup_list_item.xml
+++ b/res/layout/popup_list_item.xml
@@ -18,11 +18,11 @@
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textAppearance="?attr/textAppearanceLargePopupMenu"
+ android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
android:singleLine="true"
android:gravity="center_vertical"
android:paddingLeft="16dp"
android:paddingRight="16dp"
- android:minHeight="?attr/dropdownListPreferredItemHeight"
+ android:minHeight="?android:attr/listPreferredItemHeight"
android:minWidth="196dp"
/>