|
|
|
@ -18,36 +18,39 @@ |
|
|
|
|
tools:ignore="AlwaysShowAction"> |
|
|
|
|
|
|
|
|
|
<menu> |
|
|
|
|
<group android:id="@+id/source_group"> |
|
|
|
|
|
|
|
|
|
</group> |
|
|
|
|
<item |
|
|
|
|
android:id="@+id/menu_group_manage" |
|
|
|
|
android:title="@string/group_manage" /> |
|
|
|
|
|
|
|
|
|
</menu> |
|
|
|
|
<item |
|
|
|
|
android:id="@+id/action_sort" |
|
|
|
|
android:title="@string/sort"> |
|
|
|
|
|
|
|
|
|
</item> |
|
|
|
|
<menu> |
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
android:id="@+id/action_sort" |
|
|
|
|
android:icon="@drawable/ic_format_line_spacing" |
|
|
|
|
android:title="@string/sort" |
|
|
|
|
app:showAsAction="never"> |
|
|
|
|
<item |
|
|
|
|
android:id="@+id/sort_manual" |
|
|
|
|
android:checkable="true" |
|
|
|
|
android:title="@string/sort_manual" /> |
|
|
|
|
|
|
|
|
|
<menu> |
|
|
|
|
<item |
|
|
|
|
android:id="@+id/sort_auto" |
|
|
|
|
android:checkable="true" |
|
|
|
|
android:title="@string/sort_auto" /> |
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
android:id="@+id/sort_manual" |
|
|
|
|
android:checkable="true" |
|
|
|
|
android:title="@string/sort_manual" /> |
|
|
|
|
<item |
|
|
|
|
android:id="@+id/sort_pin_yin" |
|
|
|
|
android:checkable="true" |
|
|
|
|
android:title="@string/sort_pin_yin" /> |
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
android:id="@+id/sort_auto" |
|
|
|
|
android:checkable="true" |
|
|
|
|
android:title="@string/sort_auto" /> |
|
|
|
|
</menu> |
|
|
|
|
|
|
|
|
|
<item |
|
|
|
|
android:id="@+id/sort_pin_yin" |
|
|
|
|
android:checkable="true" |
|
|
|
|
android:title="@string/sort_pin_yin" /> |
|
|
|
|
</item> |
|
|
|
|
|
|
|
|
|
<group android:id="@+id/source_group"> |
|
|
|
|
|
|
|
|
|
</group> |
|
|
|
|
|
|
|
|
|
</menu> |
|
|
|
|
|
|
|
|
|