Files
Pupil/app/src/main/res/drawable/swap_horizontal.xml
tom5079 18c6954be3 Improved Suggestions
resolves #100
2020-09-10 16:50:26 +09:00

8 lines
361 B
XML

<!-- drawable/swap_horizontal.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path android:fillColor="?attr/colorControlNormal" android:pathData="M21,9L17,5V8H10V10H17V13M7,11L3,15L7,19V16H14V14H7V11Z" />
</vector>