Update strings
BIN
app/src/main/res/drawable-hdpi/round_cancel_presentation.png
Normal file
After Width: | Height: | Size: 507 B |
After Width: | Height: | Size: 276 B |
After Width: | Height: | Size: 304 B |
After Width: | Height: | Size: 427 B |
BIN
app/src/main/res/drawable-mdpi/round_cancel_presentation.png
Normal file
After Width: | Height: | Size: 372 B |
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 304 B |
BIN
app/src/main/res/drawable-xhdpi/round_cancel_presentation.png
Normal file
After Width: | Height: | Size: 659 B |
After Width: | Height: | Size: 304 B |
After Width: | Height: | Size: 372 B |
After Width: | Height: | Size: 507 B |
BIN
app/src/main/res/drawable-xxhdpi/round_cancel_presentation.png
Normal file
After Width: | Height: | Size: 957 B |
After Width: | Height: | Size: 427 B |
After Width: | Height: | Size: 507 B |
After Width: | Height: | Size: 754 B |
BIN
app/src/main/res/drawable-xxxhdpi/round_cancel_presentation.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 507 B |
After Width: | Height: | Size: 659 B |
After Width: | Height: | Size: 957 B |
10
app/src/main/res/drawable/round_cancel_presentation_24.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M21,3L3,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h18c1.1,0 2,-0.9 2,-2L23,5c0,-1.1 -0.9,-2 -2,-2zM21,18c0,0.55 -0.45,1 -1,1L4,19c-0.55,0 -1,-0.45 -1,-1L3,6c0,-0.55 0.45,-1 1,-1h16c0.55,0 1,0.45 1,1v12zM15.29,8.7c-0.39,-0.39 -1.02,-0.39 -1.41,0L12,10.59 10.11,8.7c-0.39,-0.39 -1.02,-0.39 -1.41,0 -0.39,0.39 -0.39,1.02 0,1.41L10.59,12 8.7,13.89c-0.39,0.39 -0.39,1.02 0,1.41 0.39,0.39 1.02,0.39 1.41,0L12,13.41l1.89,1.89c0.39,0.39 1.02,0.39 1.41,0 0.39,-0.39 0.39,-1.02 0,-1.41L13.41,12l1.89,-1.89c0.38,-0.38 0.38,-1.02 -0.01,-1.41z"/>
|
||||
</vector>
|
@ -31,8 +31,8 @@
|
||||
android:src="@drawable/ic_splash_logo"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginBottom="3dp"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:visibility="gone"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:id="@+id/logo"/>
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
@ -47,21 +47,6 @@
|
||||
android:layout_marginBottom="1dp"
|
||||
style="@style/AnotherWidget.Main.Title"/>
|
||||
</LinearLayout>
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:padding="2dp"
|
||||
android:rotation="90"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:id="@+id/action_more"
|
||||
android:src="@drawable/round_more_vert_white_36"
|
||||
app:tint="@color/colorPrimaryText" />
|
||||
</RelativeLayout>
|
||||
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
|
@ -93,6 +93,44 @@
|
||||
style="@style/AnotherWidget.Settings.Subtitle"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="8dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:visibility="gone"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:gravity="center_vertical"
|
||||
android:id="@+id/action_refresh_widget"
|
||||
android:orientation="horizontal">
|
||||
<ImageView
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:padding="12dp"
|
||||
android:src="@drawable/round_cancel_presentation"
|
||||
android:tint="@color/colorPrimaryText"/>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="8dp"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/AnotherWidget.Settings.Title"
|
||||
android:text="@string/action_refresh_widget"/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/support_refresh_widget_subtitle"
|
||||
style="@style/AnotherWidget.Settings.Subtitle" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@ -244,44 +282,6 @@
|
||||
style="@style/AnotherWidget.Settings.Subtitle"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="8dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:visibility="gone"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
android:gravity="center_vertical"
|
||||
android:id="@+id/action_refresh_widget"
|
||||
android:orientation="horizontal">
|
||||
<ImageView
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:padding="12dp"
|
||||
android:src="@drawable/round_refresh"
|
||||
android:tint="@color/colorPrimaryText"/>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="8dp"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/AnotherWidget.Settings.Title"
|
||||
android:text="@string/action_refresh_widget"/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/support_refresh_widget_subtitle"
|
||||
style="@style/AnotherWidget.Settings.Subtitle" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -48,7 +48,7 @@
|
||||
<string name="settings_weather_refresh_period_subtitle_5">24 Ore</string>
|
||||
<string name="settings_custom_location_title">Località</string>
|
||||
<string name="custom_location_gps">Usa la geolocalizzazione</string>
|
||||
<string name="action_refresh_widget">Aggiorna Widget</string>
|
||||
<string name="action_refresh_widget">Riavvia Widget</string>
|
||||
<string name="show_events_visible">Eventi visibili</string>
|
||||
<string name="show_events_not_visible">Eventi non visibili</string>
|
||||
<string name="show_weather_visible">Meteo visibile</string>
|
||||
@ -168,7 +168,7 @@
|
||||
<string name="settings_subtitle_dark_theme_default">Default</string>
|
||||
<string name="search">Cerca</string>
|
||||
<string name="settings_title_show_wallpaper">Mostra wallpaper</string>
|
||||
<string name="support_refresh_widget_subtitle">Ricarica tutti i servizi</string>
|
||||
<string name="support_refresh_widget_subtitle">Forza il riavvio di tutti i servizi</string>
|
||||
<string name="account_events">Eventi account</string>
|
||||
<string name="clock_warning">A causa di limitazioni tecnologiche l\'orologio non rispetterà l\'ombra del test e il font custom selezionati nella sezione tipografia.</string>
|
||||
<string name="weather_warning">Il meteo di Google Awareness è stato deprecato. È ora necessaria una chiave API di OpenWeather per visualizzare il meteo.</string>
|
||||
|
@ -49,7 +49,7 @@
|
||||
<string name="settings_weather_refresh_period_subtitle_5">24 hours</string>
|
||||
<string name="settings_custom_location_title">Location</string>
|
||||
<string name="custom_location_gps">Use geolocation</string>
|
||||
<string name="action_refresh_widget">Refresh widget</string>
|
||||
<string name="action_refresh_widget">Hard refresh</string>
|
||||
<string name="show_events_visible">Events are visible</string>
|
||||
<string name="show_events_not_visible">Events are not visible</string>
|
||||
<string name="show_weather_visible">Weather info is visible</string>
|
||||
@ -173,7 +173,7 @@
|
||||
<string name="settings_subtitle_dark_theme_default">Default</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="settings_title_show_wallpaper">Show wallpaper</string>
|
||||
<string name="support_refresh_widget_subtitle">Restart the widget service</string>
|
||||
<string name="support_refresh_widget_subtitle">Force the restart of the widget service</string>
|
||||
<string name="account_events">Account events</string>
|
||||
<string name="clock_warning">Due to technological limitations, the clock won\'t have the custom font and the text shadows selected in the typography section.</string>
|
||||
<string name="weather_warning">Google Awareness weather has been deprecated. It\'s now required an OpenWeather API key to show the weather in the widget.</string>
|
||||
|