Hello,
does anyone know how I can put a horizontal line to separate the items from my menu without having to use the <group>
tag?
I have the following code:
<menu>
<item android:id="@+id/action_rate"
android:title="@string/action_rate"
android:orderInCategory="100"/>
<item android:id="@+id/action_comment"
android:title="@string/action_comment"
android:orderInCategory="100"/>
<item android:id="@+id/action_about"
android:title="@string/action_about"
android:orderInCategory="100"/>
</menu>