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>
12 lines
557 B
XML
12 lines
557 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Round tablet with score line -->
|
|
<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-8,0 a8,8 0 1,0 16,0 a8,8 0 1,0 -16,0" />
|
|
<path
|
|
android:strokeColor="#FF000000" android:strokeWidth="2"
|
|
android:pathData="M5.5,12 h13" />
|
|
</vector>
|