mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-04-04 22:01:00 +02:00
renaming the widget to Digital clock
This commit is contained in:
parent
9927e41cbf
commit
b59c89a587
@ -110,7 +110,7 @@
|
|||||||
<receiver
|
<receiver
|
||||||
android:name=".helpers.MyWidgetDateTimeProvider"
|
android:name=".helpers.MyWidgetDateTimeProvider"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@string/clock_and_date">
|
android:label="@string/digital_clock">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<appwidget-provider
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:configure="com.simplemobiletools.clock.activities.WidgetDateTimeConfigureActivity"
|
android:configure="com.simplemobiletools.clock.activities.WidgetDateTimeConfigureActivity"
|
||||||
android:initialLayout="@layout/widget_date_time"
|
android:initialLayout="@layout/widget_date_time"
|
||||||
|
android:minWidth="@dimen/min_widget_width"
|
||||||
android:minHeight="@dimen/min_widget_height"
|
android:minHeight="@dimen/min_widget_height"
|
||||||
android:minResizeWidth="@dimen/min_widget_resize_width"
|
android:minResizeWidth="@dimen/min_widget_resize_width"
|
||||||
android:minWidth="@dimen/min_widget_width"
|
|
||||||
android:previewImage="@drawable/img_widget_preview"
|
android:previewImage="@drawable/img_widget_preview"
|
||||||
android:resizeMode="horizontal|vertical"
|
android:resizeMode="horizontal|vertical"
|
||||||
android:updatePeriodMillis="86400000" />
|
android:updatePeriodMillis="86400000" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user