- Changed package layout

- added black background feature to Widget
 - Update to MyWidgetRemoteViewsFactory.kt
This commit is contained in:
2020-11-28 22:09:05 +00:00
parent 4db91cd3c1
commit a84a8bcb40
62 changed files with 364 additions and 467 deletions

View File

@@ -16,14 +16,14 @@
android:required="true" />
<application
android:name=".mvvm.application.AppClass"
android:name="com.appttude.h_mal.atlas_weather.application.AppClass"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".mvvm.ui.MainActivity"
<activity android:name="com.appttude.h_mal.atlas_weather.ui.MainActivity"
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/AppTheme.NoActionBar">
@@ -35,8 +35,12 @@
</intent-filter>
</activity>
<activity
android:name="com.appttude.h_mal.atlas_weather.ui.settings.UnitSettingsActivity"
android:label="Settings" />
<receiver
android:name=".notifcation.NotificationReceiver"
android:name=".notification.NotificationReceiver"
android:parentActivityName="com.appttude.h_mal.atlas_weather.MainActivity" />
<receiver android:name=".widget.NewAppWidget">