Commit e8ca744c authored by Anjali W.M.S's avatar Anjali W.M.S

add all related xml files.

parent 83ecde0c
Pipeline #6369 canceled with stages
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="20dp"
android:background="@drawable/button_circle_list"
android:paddingBottom="20dp"
android:layout_margin="40dp"
>
<TextView
android:id="@+id/txtComment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
android:text="Comment Text"
android:textColor="#9B532B"
android:textAlignment="center"
android:textSize="20dp"
/>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".home"
tools:showIn="@layout/app_bar_main">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_menu"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical">
</androidx.recyclerview.widget.RecyclerView>
</RelativeLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/button_circle_list"
>
<TextView
android:id="@+id/txtTaskTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
android:text="Week one"
android:textColor="#9B532B"
android:textAlignment="center"
android:textSize="40dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
>
<TextView
android:id="@+id/txtTaskText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="20dp"
android:paddingLeft="50dp"
android:textColor="#9B532B"
android:layout_weight="0.5"
android:text="2022"/>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MedicineFragment">
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<!-- <LinearLayout-->
<!-- android:layout_width="fill_parent"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:orientation="vertical">-->
<!-- <EditText-->
<!-- android:id="@+id/txtsearchCustomers"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:ems="10"-->
<!-- android:inputType="textPersonName"-->
<!-- android:hint="Search"-->
<!-- android:layout_weight="1"-->
<!-- />-->
<!-- </LinearLayout>-->
<TextView
android:id="@+id/textView19"
android:layout_width="match_parent"
android:layout_height="50dp"
android:text="MEDICINES"
android:padding="10dp"
android:textAllCaps="false"
android:textColor="#0B0B0B"
android:textSize="24sp"
android:textStyle="bold"
android:visibility="visible"/>
<ListView
android:id="@+id/listProducts"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:divider="@android:color/transparent"
android:dividerHeight="10.0sp"
android:layout_weight="1"
android:layout_margin="20dp"
/>
</LinearLayout>
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".NewHomeFragment">
<!-- TODO: Update blank fragment layout -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.428"
app:layout_constraintStart_toStartOf="parent"
tools:layout_editor_absoluteY="87dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_marginTop="15dp"
android:text="ADHD DIARY"
android:textColor="#000000"
android:textSize="30sp" />
<!-- <ImageView-->
<!-- android:layout_marginTop="10dp"-->
<!-- android:layout_width="62dp"-->
<!-- android:layout_height="62dp"-->
<!-- android:layout_alignParentTop="true"-->
<!-- android:layout_alignParentRight="true"-->
<!-- android:layout_marginRight="0dp"-->
<!-- android:src="@drawable/account_icon" />-->
</RelativeLayout>
<GridLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alignmentMode="alignMargins"
android:columnCount="1"
android:columnOrderPreserved="false"
android:rowCount="5">
<androidx.cardview.widget.CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_rowWeight="1"
app:cardBackgroundColor="#FF6D28"
android:layout_columnWeight="1"
android:layout_margin="12dp"
app:cardCornerRadius="12dp"
app:cardElevation="6dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:layout_gravity="center_horizontal"
android:orientation="horizontal"
android:backgroundTintMode="multiply"
android:padding="20dp">
<TextView
android:id="@+id/txt_appointment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Current Tasks"
android:layout_weight="1"
android:textStyle="bold"
android:textColor="#FFF"
android:textSize="25sp" />
<ImageView
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_weight="1"
android:src="@drawable/todolist" />
</LinearLayout>
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_rowWeight="1"
app:cardBackgroundColor="#FF6D28"
android:layout_columnWeight="1"
android:layout_margin="12dp"
app:cardCornerRadius="12dp"
app:cardElevation="6dp">
<LinearLayout
android:layout_width="match_parent"
android:id="@+id/tilePrevReports"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="horizontal"
android:padding="16dp">
<TextView
android:id="@+id/txt_notification1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Previous Reports"
android:textColor="#FFF"
android:textStyle="bold"
android:layout_weight="1"
android:textSize="25sp" />
<ImageView
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_weight="1"
android:src="@drawable/prev_reports" />
</LinearLayout>
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:cardBackgroundColor="#FF6D28"
android:layout_rowWeight="1"
android:layout_columnWeight="1"
android:layout_margin="12dp"
app:cardCornerRadius="12dp"
app:cardElevation="6dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:id="@+id/tileMedicines"
android:orientation="horizontal"
android:padding="16dp">
<TextView
android:id="@+id/txt_notification2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Medicines"
android:layout_weight="1"
android:textColor="#FFF"
android:textStyle="bold"
android:textSize="26sp" />
<ImageView
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_weight="1"
android:src="@drawable/medicines" />
</LinearLayout>
</androidx.cardview.widget.CardView>
</GridLayout>
</LinearLayout>
</FrameLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ui.notifications.NotificationsFragment">
<TextView
android:id="@+id/text_notifications"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:textAlignment="center"
android:textSize="20sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ui.slideshow.SlideshowFragment">
<TextView
android:id="@+id/text_slideshow"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:textAlignment="center"
android:textSize="20sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:orientation="vertical"
android:layout_height="match_parent">
<ImageView
android:id="@+id/imgProfile"
android:layout_width="match_parent"
android:layout_height="120dp"
android:layout_margin="16dp"
android:onClick="ClickLogo"
android:src="@drawable/logo"/>
<TextView
android:id="@+id/txtProfileName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text=""
android:textSize="20sp"
android:textStyle="bold"
android:textAlignment="center"
android:textColor="#636363"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:background="#636363"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:gravity="center_vertical"
android:onClick="ClickDashboard">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Dashboard"
android:padding="12dp"
android:layout_marginStart="16dp"/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="48dp"
android:src="@drawable/dash"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:gravity="center_vertical"
android:onClick="ClickAboutUs">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="About Us"
android:padding="12dp"
android:layout_marginStart="16dp"/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="48dp"
android:src="@drawable/info"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:gravity="center_vertical"
android:onClick="ClickLogout">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Logout"
android:padding="12dp"
android:layout_marginStart="16dp"/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="48dp"
android:src="@drawable/power"/>
</LinearLayout>
</LinearLayout>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="20dp"
android:background="@drawable/button_circle_list"
android:paddingBottom="20dp"
android:layout_margin="40dp"
>
<TextView
android:id="@+id/txtWeekText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
android:text="Week one"
android:textColor="#9B532B"
android:textAlignment="center"
android:textSize="40dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
>
<TextView
android:id="@+id/txtWeekNumber"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="20dp"
android:textColor="#9B532B"
android:layout_weight="0.5"
android:text="2022"/>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="20dp"
android:paddingBottom="20dp"
android:layout_margin="40dp"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
>
<TextView
android:id="@+id/txtDrugName"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="20dp"
android:textColor="#6E0909"
android:layout_weight="0.4"
android:text="methylphenidate
"/>
<TextView
android:id="@+id/txtM"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="20dp"
android:textColor="#6E0909"
android:layout_weight="0.7"
android:text="1"/>
<TextView
android:id="@+id/txtA"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="20dp"
android:textColor="#6E0909"
android:layout_weight="0.7"
android:text="1/2"/>
<TextView
android:id="@+id/txtN"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="20dp"
android:textColor="#6E0909"
android:layout_weight="0.7"
android:text="1"/>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment