You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
438 B
15 lines
438 B
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context=".view.activity.MainActivity">
|
|
|
|
<item
|
|
android:id="@+id/action_book_source_manage"
|
|
android:title="@string/book_source_manage"
|
|
app:showAsAction="never" />
|
|
|
|
<group android:id="@+id/source_group">
|
|
|
|
</group>
|
|
|
|
</menu>
|
|
|