Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7dc4a33 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 650a3e88: Merge "Fix the action bar menu layout to use the correct divider...

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

* commit '650a3e88':
  Fix the action bar menu layout to use the correct divider drawable.
parents e64022ca 650a3e88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />