am 650a3e88: Merge "Fix the action bar menu layout to use the correct divider drawable." into ics-mr1

* commit '650a3e8894c6d26b258d26bdec856fde7aba43d6':
  Fix the action bar menu layout to use the correct divider drawable.
This commit is contained in:
Adam Powell
2011-11-09 14:35:59 +00:00
committed by Android Git Automerger

View File

@@ -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" />