diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index ddaf36f..a78c549 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -122,8 +122,7 @@ <string name="settings_clock_bottom_margin_subtitle_small">Pequeño</string> <string name="settings_clock_bottom_margin_subtitle_medium">Mediano</string> <string name="settings_clock_bottom_margin_subtitle_large">Grande</string> - <string name="clock_warning">Debido a limitaciones tecnológicas, el reloj ya no podrá tener la fuente personalizada y las sombras de texto seleccionadas en la sección Pantalla.</string> - <string name="clock_warning">Debido a limitaciones tecnológicas, el reloj ya no podrá tener la fuente personalizada y las sombras de texto seleccionadas en la sección de tipografía.</string> + <string name="clock_warning">Debido a limitaciones tecnológicas, el reloj ya no podrá tener la fuente personalizada y las sombras de texto seleccionadas en la sección de tipografía.</string> <string name="settings_clock_text_color_title">Color de texto</string> <string name="settings_ampm_indicator_title">Mostrar indicador AM/PM</string> <string name="clock_text_header">Estilo del texto del reloj</string> diff --git a/app/src/main/res/xml/the_widget_info.xml b/app/src/main/res/xml/the_widget_info.xml index a85d2f5..8f07b15 100644 --- a/app/src/main/res/xml/the_widget_info.xml +++ b/app/src/main/res/xml/the_widget_info.xml @@ -3,10 +3,10 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:initialKeyguardLayout="@layout/the_widget" android:initialLayout="@layout/the_widget" - android:minHeight="50dp" + android:minHeight="30dp" android:minWidth="250dp" android:configure="com.tommasoberlose.anotherwidget.ui.activities.MainActivity" - android:minResizeHeight="50dp" + android:minResizeHeight="30dp" android:minResizeWidth="250dp" android:previewImage="@drawable/widget_preview" android:resizeMode="vertical|horizontal"