Removing background on selectable items

Since the background behind them match
This commit is contained in:
Jay 2020-05-02 20:43:28 -04:00
parent 8663be8a03
commit b142b649e0
2 changed files with 2 additions and 4 deletions

View File

@ -15,7 +15,7 @@
</item>
<item android:id="@android:id/mask">
<color android:color="?android:attr/colorBackground" />
<color android:color="@android:color/transparent" />
</item>
</selector>
</item>

View File

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