futokb/java/res/drawable/numpad.xml
Aleksandras Kostarevas 2e883781d5 Refactor layout definition system
Layouts are now defined in yaml files at latinime/java/assets/layouts. The new system makes simple layouts significantly easier to add.

Many layouts still need to be ported over to the new system and some bugs still remain. The old layout system and XML layouts will need to be removed.
2024-08-24 11:06:54 +03:00

21 lines
2.0 KiB
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M6.779,9.406L8.278,9.406L8.278,2.213L7.536,2.213L5.099,3.146L5.099,4.381L6.779,3.732ZM13.859,9.406L18.839,9.406L18.839,8.234L15.802,8.234L17.418,6.486Q17.946,5.9 18.319,5.358Q18.693,4.816 18.693,4.098Q18.693,3.253 18.087,2.702Q17.482,2.15 16.285,2.15Q15.162,2.15 14.493,2.782Q13.824,3.414 13.824,4.43L13.824,4.596L15.338,4.596L15.338,4.455Q15.338,3.874 15.599,3.58Q15.861,3.288 16.295,3.288Q16.725,3.288 16.942,3.536Q17.16,3.786 17.16,4.157Q17.16,4.557 16.928,4.926Q16.695,5.294 16.281,5.754L13.859,8.498Z"
android:strokeLineJoin="round"
android:strokeWidth="0.765"
android:fillColor="#ffffff"
android:strokeColor="#00000000"
android:strokeLineCap="round"/>
<path
android:pathData="M4.577,19.448Q4.577,20.385 5.202,20.969Q5.827,21.552 7.058,21.552Q8.283,21.552 8.957,20.971Q9.631,20.39 9.631,19.394Q9.631,18.73 9.269,18.281Q8.908,17.832 8.288,17.685L8.288,17.666Q8.864,17.451 9.133,17.009Q9.401,16.567 9.401,15.991Q9.401,15.234 8.82,14.692Q8.239,14.15 7.077,14.15Q5.949,14.15 5.327,14.741Q4.704,15.332 4.704,16.176L4.704,16.245L6.193,16.245L6.193,16.172Q6.193,15.732 6.408,15.502Q6.623,15.273 7.048,15.273Q7.458,15.273 7.67,15.505Q7.883,15.737 7.883,16.181Q7.883,16.655 7.624,16.916Q7.365,17.177 6.862,17.177L6.271,17.177L6.271,18.252L6.906,18.252Q7.497,18.252 7.795,18.523Q8.093,18.793 8.093,19.331Q8.093,19.892 7.834,20.161Q7.575,20.429 7.077,20.429Q6.579,20.429 6.323,20.165Q6.066,19.902 6.066,19.438L6.066,19.336L4.577,19.336ZM16.793,21.406L18.258,21.406L18.258,14.296L16.827,14.296L13.624,18.891L13.624,19.853L19.02,19.853L19.02,18.72L17.506,18.72L17.16,18.725L15.104,18.725L16.744,16.299L16.803,16.299L16.803,19.238L16.793,19.477Z"
android:strokeLineJoin="round"
android:strokeWidth="0.765"
android:fillColor="#ffffff"
android:strokeColor="#00000000"
android:strokeLineCap="round"/>
</vector>