Updates
BIN
app/src/main/res/drawable-hdpi/ic_action_settings.png
Normal file
After Width: | Height: | Size: 747 B |
BIN
app/src/main/res/drawable-hdpi/ic_action_sync.png
Normal file
After Width: | Height: | Size: 687 B |
BIN
app/src/main/res/drawable-mdpi/ic_action_settings.png
Normal file
After Width: | Height: | Size: 480 B |
BIN
app/src/main/res/drawable-mdpi/ic_action_sync.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
app/src/main/res/drawable-xhdpi/ic_action_settings.png
Normal file
After Width: | Height: | Size: 939 B |
BIN
app/src/main/res/drawable-xhdpi/ic_action_sync.png
Normal file
After Width: | Height: | Size: 826 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_action_settings.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_action_sync.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
@ -162,7 +162,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/AnotherWidget.Date"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:ellipsize="marquee"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:includeFontPadding="false"
|
||||
|
@ -155,4 +155,7 @@
|
||||
<string name="action_hide_widget_preview">Nascondi Anteprima Widget</string>
|
||||
<string name="error_widget_notification_title">GPS Disattivato</string>
|
||||
<string name="error_widget_notification_subtitle">Riattiva il GPS così che Another Widget possa aggiornare il meteo con le API di Google Awareness.</string>
|
||||
<string name="open_location_settings">Impostazioni GPS</string>
|
||||
<string name="change_provider">Cambia Provider</string>
|
||||
<string name="disable_notification">Disabilita Notifica</string>
|
||||
</resources>
|
@ -160,4 +160,7 @@
|
||||
<string name="action_hide_widget_preview">Hide Widget Preview</string>
|
||||
<string name="error_widget_notification_title">Location is turned off</string>
|
||||
<string name="error_widget_notification_subtitle">Turn Location back on so Another Widget can update weather informations with Google Awareness API.</string>
|
||||
<string name="open_location_settings">Location Settings</string>
|
||||
<string name="change_provider">Change Provider</string>
|
||||
<string name="disable_notification">Disable Notification</string>
|
||||
</resources>
|
||||
|
@ -2,10 +2,10 @@
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:initialKeyguardLayout="@layout/the_widget"
|
||||
android:initialLayout="@layout/the_widget"
|
||||
android:minHeight="80dp"
|
||||
android:minHeight="50dp"
|
||||
android:minWidth="300dp"
|
||||
android:configure="com.tommasoberlose.anotherwidget.ui.activity.MainActivity"
|
||||
android:minResizeHeight="60dp"
|
||||
android:minResizeHeight="50dp"
|
||||
android:minResizeWidth="300dp"
|
||||
android:previewImage="@drawable/widget_preview"
|
||||
android:resizeMode="vertical|horizontal"
|
||||
|
@ -2,9 +2,9 @@
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:initialKeyguardLayout="@layout/the_widget"
|
||||
android:initialLayout="@layout/the_widget"
|
||||
android:minHeight="80dp"
|
||||
android:minHeight="50dp"
|
||||
android:minWidth="300dp"
|
||||
android:minResizeHeight="60dp"
|
||||
android:minResizeHeight="50dp"
|
||||
android:minResizeWidth="300dp"
|
||||
android:previewImage="@drawable/widget_preview"
|
||||
android:resizeMode="vertical|horizontal"
|
||||
|