Filters active icon

This commit is contained in:
M66B 2023-01-28 07:43:40 +01:00
parent ca70f0ff3d
commit 8b81bd8e4d
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="12dp"
android:height="12dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M7,6h10l-5.01,6.3L7,6zM4.25,5.61C6.27,8.2 10,13 10,13v6c0,0.55 0.45,1 1,1h2c0.55,0 1,-0.45 1,-1v-6c0,0 3.72,-4.8 5.74,-7.39C20.25,4.95 19.78,4 18.95,4H5.04C4.21,4 3.74,4.95 4.25,5.61z" />
<path
android:fillAlpha="0.3"
android:fillColor="@android:color/white"
android:pathData="M7,6l10,0l-5.01,6.3z"
android:strokeAlpha="0.3" />
</vector>

View File

@ -242,6 +242,9 @@
android:id="@+id/tvNoEmailHint"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableStart="@drawable/two_tone_filter_alt_12"
android:drawablePadding="3dp"
android:drawableTint="?attr/colorAccent"
android:text="@string/title_filters_active"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
app:layout_constraintEnd_toEndOf="@+id/rvMessage"