mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
redirecting to category images Actovoty instead of Nearby now
This commit is contained in:
commit
68165c7ea6
271 changed files with 10556 additions and 2001 deletions
|
|
@ -18,9 +18,9 @@
|
|||
android:title="@string/navigation_item_nearby" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_featured_images"
|
||||
android:icon="@drawable/ic_star_black_24dp"
|
||||
android:title="@string/navigation_item_featured_images"/>
|
||||
android:id="@+id/action_explore"
|
||||
android:icon="@drawable/ic_explore_24dp"
|
||||
android:title="@string/navigation_item_explore"/>
|
||||
|
||||
</group>
|
||||
<group android:id="@+id/drawer_account">
|
||||
|
|
|
|||
9
app/src/main/res/menu/fragment_category_detail.xml
Normal file
9
app/src/main/res/menu/fragment_category_detail.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_browser_current_category"
|
||||
android:title="@string/menu_open_in_browser"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_share_current_image"
|
||||
app:actionProviderClass="android.support.v7.widget.ShareActionProvider"
|
||||
android:icon="@drawable/ic_share_black_24dp"
|
||||
android:title="@string/menu_share"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
|
|
@ -15,6 +15,10 @@
|
|||
android:id="@+id/menu_download_current_image"
|
||||
android:title="@string/menu_download"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/menu_set_as_wallpaper"
|
||||
android:title="@string/menu_set_wallpaper"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/menu_retry_current_image"
|
||||
android:enabled="false"
|
||||
|
|
|
|||
13
app/src/main/res/menu/menu_search.xml
Normal file
13
app/src/main/res/menu/menu_search.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_search"
|
||||
android:title="@string/menu_search_button"
|
||||
android:icon="@drawable/ic_search_white_24dp"
|
||||
android:orderInCategory="1"
|
||||
app:showAsAction="ifRoom"
|
||||
/>
|
||||
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue