Merge pull request #1903 from Hafizzle/Fiz/fix-widgets

Widget fix
This commit is contained in:
Phillip Thelen 2023-01-11 10:42:50 +01:00 committed by GitHub
commit eb31227e30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorContentBackground">
android:background="@color/content_background">
<FrameLayout
android:id="@+id/checkbox_background"

View file

@ -8,7 +8,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorContentBackground">
android:background="@color/content_background">
<FrameLayout
android:id="@+id/checkbox_background"