mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-04-24 23:18:48 +02:00
Use same backspace drawable everywhere
This commit is contained in:
parent
8edf021c86
commit
f423ea1bd7
@ -1,10 +0,0 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:autoMirrored="true"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M22,3L7,3c-0.69,0 -1.23,0.35 -1.59,0.88L0,12l5.41,8.11c0.36,0.53 0.9,0.89 1.59,0.89h15c1.1,0 2,-0.9 2,-2L24,5c0,-1.1 -0.9,-2 -2,-2zM22,19L7.07,19L2.4,12l4.66,-7L22,5v14zM10.41,17L14,13.41 17.59,17 19,15.59 15.41,12 19,8.41 17.59,7 14,10.59 10.41,7 9,8.41 12.59,12 9,15.59z" />
|
||||
</vector>
|
@ -193,7 +193,7 @@
|
||||
android:layout_marginEnd="@dimen/medium_margin"
|
||||
android:background="@drawable/keyboard_key_selector"
|
||||
android:contentDescription="@string/delete"
|
||||
android:src="@drawable/ic_clear_outline_vector" />
|
||||
android:src="@drawable/ic_clear_vector" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user