re-add ripple to filter warning
This commit is contained in:
7
mastodon/src/main/res/drawable/bg_filter_warning.xml
Normal file
7
mastodon/src/main/res/drawable/bg_filter_warning.xml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item>
|
||||||
|
<color android:color="?colorM3SurfaceVariant"/>
|
||||||
|
</item>
|
||||||
|
<item android:drawable="?android:selectableItemBackground"/>
|
||||||
|
</layer-list>
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:id="@+id/warning_wrap"
|
android:id="@+id/warning_wrap"
|
||||||
android:background="?colorM3SurfaceVariant">
|
android:background="@drawable/bg_filter_warning">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/text"
|
android:id="@+id/text"
|
||||||
|
|||||||
Reference in New Issue
Block a user