Skip to content

Commit 141bdb1

Browse files
committed
Fix the action bar menu layout to use the correct divider drawable.
Change-Id: I9f9fe8318cbad3cfe4e34a37204a6c82a2e9a0c6
1 parent 604019c commit 141bdb1

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)