simple_keyboard/app/src/main/res/drawable/gravity_image.xml
2024-08-01 13:55:30 +08:00

46 lines
2.0 KiB
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="12dp"
android:height="12dp"
android:viewportWidth="12"
android:viewportHeight="12">
<group>
<clip-path
android:pathData="M0,0h12v12h-12z"/>
<path
android:strokeWidth="1"
android:pathData="M5,6C5,6.265 5.105,6.52 5.293,6.707C5.48,6.895 5.735,7 6,7C6.265,7 6.52,6.895 6.707,6.707C6.895,6.52 7,6.265 7,6C7,5.735 6.895,5.48 6.707,5.293C6.52,5.105 6.265,5 6,5C5.735,5 5.48,5.105 5.293,5.293C5.105,5.48 5,5.735 5,6Z"
android:strokeLineJoin="round"
android:fillColor="#00000000"
android:strokeColor="#121113"
android:strokeLineCap="round"/>
<path
android:strokeWidth="1"
android:pathData="M7.5,7.5H7.75C9.269,7.5 10.5,6.828 10.5,6C10.5,5.172 9.269,4.5 7.75,4.5C6.832,4.5 6.019,4.745 5.52,5.122"
android:strokeLineJoin="round"
android:fillColor="#00000000"
android:strokeColor="#121113"
android:strokeLineCap="round"/>
<path
android:strokeWidth="1"
android:pathData="M4.5,4.5H4.25C2.731,4.5 1.5,5.172 1.5,6C1.5,6.828 2.731,7.5 4.25,7.5C5.172,7.5 5.988,7.253 6.487,6.872"
android:strokeLineJoin="round"
android:fillColor="#00000000"
android:strokeColor="#121113"
android:strokeLineCap="round"/>
<path
android:strokeWidth="1"
android:pathData="M7.5,4.5V4.25C7.5,2.731 6.828,1.5 6,1.5C5.172,1.5 4.5,2.731 4.5,4.25C4.5,5.167 4.745,5.978 5.121,6.478"
android:strokeLineJoin="round"
android:fillColor="#00000000"
android:strokeColor="#121113"
android:strokeLineCap="round"/>
<path
android:strokeWidth="1"
android:pathData="M4.5,7.5V7.75C4.5,9.269 5.172,10.5 6,10.5C6.828,10.5 7.5,9.269 7.5,7.75C7.5,6.829 7.253,6.014 6.874,5.515"
android:strokeLineJoin="round"
android:fillColor="#00000000"
android:strokeColor="#121113"
android:strokeLineCap="round"/>
</group>
</vector>