diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-05-10 21:16:54 +0200 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-05-17 09:36:38 +0200 |
commit | 89e06aaa3d629074fdef2c8c1ce9a212777d4b88 (patch) | |
tree | 8eb4978e49374c4ec50092ab86c1c5f8f8149450 /app/src/main/res/xml | |
parent | 6da8b2fb2947c4bd1420c67c97c746be89f596cc (diff) |
1238: Make the Advanced Privacy widget looking good in icon grid
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/widget_info.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/xml/widget_info.xml b/app/src/main/res/xml/widget_info.xml index b20fd31..ade6849 100644 --- a/app/src/main/res/xml/widget_info.xml +++ b/app/src/main/res/xml/widget_info.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- + ~ Copyright (C) 2023 MURENA SAS ~ Copyright (C) 2022 E FOUNDATION ~ ~ This program is free software: you can redistribute it and/or modify @@ -19,9 +20,14 @@ <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" android:initialKeyguardLayout="@layout/widget" android:initialLayout="@layout/widget" - android:minHeight="180dp" + + android:resizeMode="none" + android:targetCellWidth="4" + android:targetCellHeight="3" + + android:minHeight="110dp" android:minWidth="250dp" android:updatePeriodMillis="0" android:widgetCategory="home_screen" - />
\ No newline at end of file + /> |