Fixed missing red on source hide

This commit is contained in:
Jay 2020-05-04 14:43:24 -04:00
parent 41c64b7058
commit 0eaa5f419c

View File

@ -10,6 +10,7 @@
android:id="@+id/right_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/red_error"
android:visibility="gone">
<com.google.android.material.textview.MaterialTextView
@ -29,7 +30,8 @@
<FrameLayout
android:id="@+id/left_view"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/red_error">
<com.google.android.material.textview.MaterialTextView
android:id="@+id/close_left"