mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-20 09:58:28 +00:00
13 lines
409 B
XML
13 lines
409 B
XML
<vector
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:name="vector"
|
|
android:width="2dp"
|
|
android:height="28dp"
|
|
android:viewportWidth="2"
|
|
android:viewportHeight="28">
|
|
<path
|
|
android:name="path"
|
|
android:pathData="M 0.627 0 L 1.773 0 L 1.773 28 L 0.627 28 L 0.627 0 Z"
|
|
android:fillColor="#4e6074"
|
|
android:strokeWidth="1"/>
|
|
</vector>
|