mirror of
https://github.com/element-hq/element-android
synced 2024-12-21 16:55:06 +03:00
b00bff0af5
+ played with avatar sizes
14 lines
465 B
XML
14 lines
465 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="20dp"
|
|
android:height="14dp"
|
|
android:viewportWidth="20"
|
|
android:viewportHeight="14">
|
|
<path
|
|
android:pathData="M19,5H1M19,1H1M10,9H1M10,13H1"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:fillType="evenOdd"
|
|
android:strokeColor="#9E9E9E"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|