mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-01 11:42:18 +01:00
7aeb0dd2ef
Changes: - Support locking (keep visible and let hands display time) - Support merge navigation instruction - Support wrist flick gesture to move hands - Support GB-configurable foreground and vibration behaviour
9 lines
453 B
XML
9 lines
453 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:tint="#7E7E7E"
|
|
android:viewportHeight="24"
|
|
android:viewportWidth="24">
|
|
<path android:fillColor="#000000" android:pathData="M6.41,21L5,19.59l4.83,-4.83c0.75,-0.75 1.17,-1.77 1.17,-2.83v-5.1L9.41,8.41L8,7l4,-4l4,4l-1.41,1.41L13,6.83v5.1c0,1.06 0.42,2.08 1.17,2.83L19,19.59L17.59,21L12,15.41L6.41,21z"/>
|
|
</vector>
|