Skip to content

Commit 650a3e8

Browse files
adampAndroid (Google) Code Review
authored andcommitted
Merge "Fix the action bar menu layout to use the correct divider drawable." into ics-mr1
2 parents ea50748 + 141bdb1 commit 650a3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/res/layout/action_menu_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
xmlns:android="http://schemas.android.com/apk/res/android"
1919
android:layout_width="wrap_content"
2020
android:layout_height="wrap_content"
21-
android:divider="?android:attr/dividerVertical"
21+
android:divider="?android:attr/actionBarDivider"
2222
android:dividerPadding="12dip"
2323
android:gravity="center_vertical" />

0 commit comments

Comments
 (0)