fix widgets

This commit is contained in:
Phillip Thelen 2022-06-01 14:57:34 +02:00
parent 3f1e0d77e8
commit 1f959ab50f
2 changed files with 2 additions and 2 deletions

View file

@ -36,5 +36,5 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?selectableItemBackground" />
android:background="@drawable/selection_highlight_brand" />
</FrameLayout>

View file

@ -37,5 +37,5 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?selectableItemBackground" />
android:background="@drawable/selection_highlight_brand" />
</FrameLayout>