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/layout | |
parent | 6da8b2fb2947c4bd1420c67c97c746be89f596cc (diff) |
1238: Make the Advanced Privacy widget looking good in icon grid
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/widget.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/layout/widget.xml b/app/src/main/res/layout/widget.xml index ad7e2b9..8a84112 100644 --- a/app/src/main/res/layout/widget.xml +++ b/app/src/main/res/layout/widget.xml @@ -1,4 +1,5 @@ <!-- + ~ Copyright (C) 2023 MURENA SAS ~ Copyright (C) 2022 E FOUNDATION ~ ~ This program is free software: you can redistribute it and/or modify @@ -14,10 +15,10 @@ ~ You should have received a copy of the GNU General Public License ~ along with this program. If not, see <https://www.gnu.org/licenses/>. --> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" - xmlns:app="http://schemas.android.com/apk/res-auto" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="vertical" android:background="@drawable/bg_widget" @@ -808,4 +809,4 @@ android:gravity="center" /> -</LinearLayout>
\ No newline at end of file +</LinearLayout> |