forked from GitHub-Mirror/riotX-android
Green close icon
This commit is contained in:
parent
30a6c98c08
commit
efd973208f
14
vector/src/main/res/drawable/ic_x_green.xml
Normal file
14
vector/src/main/res/drawable/ic_x_green.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="14dp"
|
||||||
|
android:height="14dp"
|
||||||
|
android:viewportWidth="14"
|
||||||
|
android:viewportHeight="14">
|
||||||
|
<path
|
||||||
|
android:pathData="M13,1L1,13M1,1l12,12"
|
||||||
|
android:strokeLineJoin="round"
|
||||||
|
android:strokeWidth="2"
|
||||||
|
android:fillColor="#00000000"
|
||||||
|
android:fillType="evenOdd"
|
||||||
|
android:strokeColor="#03B381"
|
||||||
|
android:strokeLineCap="round"/>
|
||||||
|
</vector>
|
@ -22,6 +22,7 @@
|
|||||||
android:id="@+id/filteredRoomsSearchView"
|
android:id="@+id/filteredRoomsSearchView"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
app:closeIcon="@drawable/ic_x_green"
|
||||||
app:iconifiedByDefault="false"
|
app:iconifiedByDefault="false"
|
||||||
app:queryHint="@string/home_filter_placeholder_home"
|
app:queryHint="@string/home_filter_placeholder_home"
|
||||||
app:searchIcon="@drawable/ic_filter" />
|
app:searchIcon="@drawable/ic_filter" />
|
||||||
|
Loading…
Reference in New Issue
Block a user