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>
<item android:id="@android:id/mask"> <item android:id="@android:id/mask">
<color android:color="?android:attr/colorBackground" /> <color android:color="@android:color/transparent" />
</item> </item>
</selector> </selector>
</item> </item>

View File

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