ja meti o droplist nos medicamentos

This commit is contained in:
2026-04-14 17:14:37 +01:00
parent 990eb94142
commit cbfb87d052
425 changed files with 18569 additions and 18023 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="12dp">
<TextView
android:id="@+id/text_pill_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="16sp"
android:textStyle="bold"
android:textColor="@color/primary_color" />
</LinearLayout>