refactor: update medication adapter and schedule appointment fragment logic while adding gitignore

This commit is contained in:
2026-04-28 16:09:51 +01:00
parent 56091355ef
commit 5731fe19f7
1797 changed files with 0 additions and 190747 deletions

View File

@@ -1,16 +0,0 @@
<?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>