Compare commits
No commits in common. "82b491921bd566018e5bc2b9a790089d3b295cad" and "54a65644136aaf738a3b0f39d942f69602376b1f" have entirely different histories.
82b491921b
...
54a6564413
3 changed files with 3 additions and 9 deletions
|
|
@ -251,7 +251,7 @@ private fun ClockSettingsSheet(onDismiss: () -> Unit) {
|
|||
style = MaterialTheme.typography.bodyLarge,
|
||||
)
|
||||
Text(
|
||||
text = "Remove the widget background. May not work on all launchers. Re-add the widget after changing.",
|
||||
text = "Remove the widget background",
|
||||
style = MaterialTheme.typography.bodySmall,
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@android:color/transparent" />
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:description="@string/clock_widget_description"
|
||||
android:initialLayout="@layout/clock_widget_loading"
|
||||
android:initialLayout="@layout/glance_default_loading_layout"
|
||||
android:minWidth="180dp"
|
||||
android:minHeight="110dp"
|
||||
android:minResizeWidth="110dp"
|
||||
|
|
@ -13,5 +13,4 @@
|
|||
android:targetCellHeight="2"
|
||||
android:updatePeriodMillis="60000"
|
||||
android:previewLayout="@layout/clock_widget_preview"
|
||||
android:widgetCategory="home_screen"
|
||||
android:widgetFeatures="reconfigurable|configuration_optional" />
|
||||
android:widgetCategory="home_screen" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue