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>
This commit is contained in:
parent
6c605626c4
commit
747a87a570
10 changed files with 111 additions and 9 deletions
12
app/src/main/res/drawable/ic_form_other.xml
Normal file
12
app/src/main/res/drawable/ic_form_other.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue