mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2025-12-10 02:05:20 +00:00
- added black background feature to Widget - Update to MyWidgetRemoteViewsFactory.kt
12 lines
466 B
XML
12 lines
466 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/action_settings"
|
|
android:orderInCategory="100"
|
|
android:title="@string/action_settings"
|
|
android:icon="@android:drawable/ic_menu_preferences"
|
|
app:showAsAction="ifRoom" />
|
|
</menu>
|