mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-08-28 18:24:50 -04:00
Add the downloader activity
Also untrack a whole lot of appcompat that shouldn't have been included
This commit is contained in:
9
MinimalBible/res/menu/downloader.xml
Normal file
9
MinimalBible/res/menu/downloader.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/action_settings"/>
|
||||
|
||||
</menu>
|
@ -12,5 +12,10 @@
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/action_settings"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_downloads"
|
||||
android:orderInCategory="100"
|
||||
android:title="@string/title_activity_downloader" />
|
||||
|
||||
</menu>
|
||||
|
Reference in New Issue
Block a user