properly pad and scale the search sort button
This commit is contained in:
parent
f38450fc19
commit
e9b03e5a2a
@ -1,9 +1,15 @@
|
|||||||
<vector xmlns:tools="http://schemas.android.com/tools"
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:height="24dp"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:tint="?attr/colorControlNormal"
|
android:width="36dp"
|
||||||
android:viewportHeight="24" android:viewportWidth="24"
|
android:height="36dp"
|
||||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"
|
android:tint="?attr/colorControlNormal"
|
||||||
tools:ignore="VectorRaster">
|
android:viewportWidth="24"
|
||||||
<path android:fillColor="#FFFFFF" android:pathData="M11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8z"/>
|
android:viewportHeight="24"
|
||||||
<path android:fillColor="#FFFFFF" android:pathData="M12.5,7H11v6l5.25,3.15 0.75,-1.23 -4.5,-2.67z"/>
|
tools:ignore="VectorRaster">
|
||||||
|
<path
|
||||||
|
android:pathData="M11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8z"
|
||||||
|
android:fillColor="#FFFFFF" />
|
||||||
|
<path
|
||||||
|
android:pathData="M12.5,7H11v6l5.25,3.15 0.75,-1.23 -4.5,-2.67z"
|
||||||
|
android:fillColor="#FFFFFF" />
|
||||||
</vector>
|
</vector>
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:autoMirrored="true"
|
android:autoMirrored="true"
|
||||||
android:height="24dp"
|
android:height="36dp"
|
||||||
|
android:width="36dp"
|
||||||
|
android:tint="?attr/colorControlNormal"
|
||||||
android:viewportHeight="24"
|
android:viewportHeight="24"
|
||||||
android:viewportWidth="24"
|
android:viewportWidth="24">
|
||||||
android:width="24dp">
|
|
||||||
<path
|
<path
|
||||||
android:fillColor="#FFFFFF"
|
android:fillColor="#FFFFFF"
|
||||||
android:pathData="M3,18h6v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h12v-2L3,11v2z" />
|
android:pathData="M3,18h6v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h12v-2L3,11v2z" />
|
||||||
|
@ -73,6 +73,8 @@
|
|||||||
android:id="@+id/sort"
|
android:id="@+id/sort"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginStart="4dp"
|
||||||
|
android:layout_marginLeft="4dp"
|
||||||
android:layout_marginEnd="4dp"
|
android:layout_marginEnd="4dp"
|
||||||
android:layout_marginRight="4dp"
|
android:layout_marginRight="4dp"
|
||||||
android:contentDescription="@string/sort_search"
|
android:contentDescription="@string/sort_search"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user