|
@@ -88,8 +88,9 @@
|
|
|
android:layout_weight="2"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/home_right_top_blue_bg"
|
|
|
android:paddingTop="@dimen/dp_16"
|
|
@@ -108,12 +109,24 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_centerInParent="true"
|
|
|
+ android:layout_centerInParent="false"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginStart="180dp"
|
|
|
android:text="@string/activity_home_patient"
|
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="@dimen/sp_32" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerInParent="false"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginStart="330dp"
|
|
|
+ android:text="@string/activity_home_undone_times"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="@dimen/sp_32" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
android:id="@+id/activity_home_times"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -126,7 +139,6 @@
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
-
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/activity_home_rv"
|
|
|
android:layout_width="match_parent"
|