med-det-samme/app/src/main/res/drawable/ic_form_other.xml
Ole-Morten Duesund 747a87a570 Form icons replace letter avatars in med and lager lists
Seven hand-drawn 24dp vectors (tablet/capsule/liquid/injection/drops/
spray/other) so what-you-take reads at a glance. Icons are decorative;
the rows' merged contentDescription now includes the form label so
TalkBack gains the same information the icon conveys visually.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 16:50:20 +02:00

12 lines
584 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Medical cross in circle -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp" android:height="24dp"
android:viewportWidth="24" android:viewportHeight="24">
<path
android:strokeColor="#FF000000" android:strokeWidth="2" android:fillColor="#00000000"
android:pathData="M12,12 m-9,0 a9,9 0 1,0 18,0 a9,9 0 1,0 -18,0" />
<path
android:fillColor="#FF000000"
android:pathData="M10.75,7 h2.5 v3.75 H17 v2.5 h-3.75 V17 h-2.5 v-3.75 H7 v-2.5 h3.75 z" />
</vector>