diff options
| author | Adam Powell <adamp@google.com> | 2011-11-08 14:32:29 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-11-08 14:32:29 -0800 |
| commit | 650a3e8894c6d26b258d26bdec856fde7aba43d6 (patch) | |
| tree | cee06fb30782b09c48854250196404aa4188a3b4 | |
| parent | ea50748b546e7dc21dc06195af5f0a8f2b812417 (diff) | |
| parent | 141bdb17dd4571f8d9eab85853cae7ca8a179707 (diff) | |
| download | frameworks_base-650a3e8894c6d26b258d26bdec856fde7aba43d6.zip frameworks_base-650a3e8894c6d26b258d26bdec856fde7aba43d6.tar.gz frameworks_base-650a3e8894c6d26b258d26bdec856fde7aba43d6.tar.bz2 | |
Merge "Fix the action bar menu layout to use the correct divider drawable." into ics-mr1
| -rw-r--r-- | core/res/res/layout/action_menu_layout.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/action_menu_layout.xml b/core/res/res/layout/action_menu_layout.xml index 5696d87..c401fec 100644 --- a/core/res/res/layout/action_menu_layout.xml +++ b/core/res/res/layout/action_menu_layout.xml @@ -18,6 +18,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:divider="?android:attr/dividerVertical" + android:divider="?android:attr/actionBarDivider" android:dividerPadding="12dip" android:gravity="center_vertical" /> |
