Files
Weather-apps/app/src/main/res/menu/menu_main.xml
hmalik144 9a0189c8ec - Code inspection
- Redundant resources removed
 - Resources moved the corresponding flavours
 - Deprecated dependencies upgraded
 - lint changes
2023-08-08 22:20:39 +01:00

12 lines
461 B
XML

<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=".legacy.ui.home.MainActivity">
<item
android:id="@+id/settings_fragment"
android:icon="@drawable/ic_round_settings_24"
android:orderInCategory="100"
android:title="@string/action_settings"
app:showAsAction="ifRoom" />
</menu>