mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-24 16:53:37 +00:00
Reply with options
This commit is contained in:
parent
e677c68e9c
commit
6e6ad42d15
2 changed files with 22 additions and 1 deletions
21
app/src/main/res/drawable/twotone_reply_24_options.xml
Normal file
21
app/src/main/res/drawable/twotone_reply_24_options.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="?attr/colorControlNormal"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<group android:translateY="-5">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M10,9V5l-7,7 7,7v-4.1c5,0 8.5,1.6 11,5.1 -1,-5 -4,-10 -11,-11z" />
|
||||
</group>
|
||||
<group
|
||||
android:scaleX="0.75"
|
||||
android:scaleY="0.75"
|
||||
android:translateX="2.5"
|
||||
android:translateY="12.5">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M6,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM18,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2zM12,10c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2 -0.9,-2 -2,-2z"/>
|
||||
</group>
|
||||
</vector>
|
|
@ -204,7 +204,7 @@
|
|||
app:backgroundTint="?attr/colorFabBackground"
|
||||
app:layout_constraintBottom_toTopOf="@+id/sbThread"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:srcCompat="@drawable/twotone_textsms_24" />
|
||||
app:srcCompat="@drawable/twotone_reply_24_options" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/ibDown"
|
||||
|
|
Loading…
Reference in a new issue