fix #256: transparent holes in advanced tabs

This commit is contained in:
Kevin Hester 2021-03-10 12:19:20 +08:00
parent 6bd329847a
commit 0271587a65
3 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="match_parent" android:background="#FFFFFF"
>
<com.google.android.material.textfield.TextInputLayout

View file

@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF"
>
<androidx.recyclerview.widget.RecyclerView