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_tablet.xml
Normal file
12
app/src/main/res/drawable/ic_form_tablet.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue