mirror of
https://github.com/element-hq/element-android
synced 2024-12-22 09:14:58 +03:00
0e06908a48
+ Reply + Better preview in action menu
22 lines
788 B
XML
22 lines
788 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="22dp"
|
|
android:height="13dp"
|
|
android:viewportWidth="22"
|
|
android:viewportHeight="13">
|
|
<path
|
|
android:pathData="M5.4444,1l-4.4444,4.3636l4.4444,4.3636"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#9E9E9E"
|
|
android:fillType="evenOdd"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:pathData="M21,11.9091L21,9.7273C21,7.3173 19.0102,5.3636 16.5556,5.3636L1,5.3636"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#9E9E9E"
|
|
android:fillType="evenOdd"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|