mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 13:47:04 +00:00
Updated icon
This commit is contained in:
parent
7c8e05acdf
commit
ee35bf5af7
6 changed files with 14 additions and 14 deletions
10
app/src/main/res/drawable/baseline_gesture_24.xml
Normal file
10
app/src/main/res/drawable/baseline_gesture_24.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M4.59,6.89c0.7,-0.71 1.4,-1.35 1.71,-1.22 0.5,0.2 0,1.03 -0.3,1.52 -0.25,0.42 -2.86,3.89 -2.86,6.31 0,1.28 0.48,2.34 1.34,2.98 0.75,0.56 1.74,0.73 2.64,0.46 1.07,-0.31 1.95,-1.4 3.06,-2.77 1.21,-1.49 2.83,-3.44 4.08,-3.44 1.63,0 1.65,1.01 1.76,1.79 -3.78,0.64 -5.38,3.67 -5.38,5.37 0,1.7 1.44,3.09 3.21,3.09 1.63,0 4.29,-1.33 4.69,-6.1L21,14.88v-2.5h-2.47c-0.15,-1.65 -1.09,-4.2 -4.03,-4.2 -2.25,0 -4.18,1.91 -4.94,2.84 -0.58,0.73 -2.06,2.48 -2.29,2.72 -0.25,0.3 -0.68,0.84 -1.11,0.84 -0.45,0 -0.72,-0.83 -0.36,-1.92 0.35,-1.09 1.4,-2.86 1.85,-3.52 0.78,-1.14 1.3,-1.92 1.3,-3.28C8.95,3.69 7.31,3 6.44,3 5.12,3 3.97,4 3.72,4.25c-0.36,0.36 -0.66,0.66 -0.88,0.93l1.75,1.71zM13.88,18.55c-0.31,0 -0.74,-0.26 -0.74,-0.72 0,-0.6 0.73,-2.2 2.87,-2.76 -0.3,2.69 -1.43,3.48 -2.13,3.48z"/>
|
||||
</vector>
|
|
@ -1,10 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M12,1L3,5v6c0,5.55 3.84,10.74 9,12 5.16,-1.26 9,-6.45 9,-12L21,5l-9,-4zM12,11.99h7c-0.53,4.12 -3.28,7.79 -7,8.94L12,12L5,12L5,6.3l7,-3.11v8.8z"/>
|
||||
</vector>
|
|
@ -155,7 +155,7 @@
|
|||
android:padding="12dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivLowPriority"
|
||||
app:srcCompat="@drawable/baseline_security_24" />
|
||||
app:srcCompat="@drawable/baseline_gesture_24" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvSigned"
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
app:layout_constraintBottom_toBottomOf="@+id/tvFrom"
|
||||
app:layout_constraintStart_toEndOf="@id/ivPriorityLow"
|
||||
app:layout_constraintTop_toTopOf="@+id/tvFrom"
|
||||
app:srcCompat="@drawable/baseline_security_24" />
|
||||
app:srcCompat="@drawable/baseline_gesture_24" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivEncrypted"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
android:tooltipText="@string/title_sign"
|
||||
app:layout_constraintEnd_toStartOf="@+id/ibDecrypt"
|
||||
app:layout_constraintTop_toBottomOf="@id/vSeparatorBottom"
|
||||
app:srcCompat="@drawable/baseline_security_24" />
|
||||
app:srcCompat="@drawable/baseline_gesture_24" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/ibDecrypt"
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
app:layout_constraintBottom_toBottomOf="@+id/tvFrom"
|
||||
app:layout_constraintStart_toEndOf="@id/ivPriorityLow"
|
||||
app:layout_constraintTop_toTopOf="@+id/tvFrom"
|
||||
app:srcCompat="@drawable/baseline_security_24" />
|
||||
app:srcCompat="@drawable/baseline_gesture_24" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivEncrypted"
|
||||
|
|
Loading…
Reference in a new issue