|
|
@@ -128,6 +128,7 @@
|
|
|
android:layout_marginTop="@dimen/divider_32px"
|
|
|
android:layout_marginEnd="@dimen/divider_40px"
|
|
|
android:background="@drawable/bg_calendar"
|
|
|
+ android:gravity="center_horizontal"
|
|
|
android:orientation="vertical"
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
@@ -140,9 +141,36 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_weight="1"
|
|
|
+ android:scrollbarStyle="insideOverlay"
|
|
|
android:scrollbars="vertical"
|
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/divider_55px"
|
|
|
+ android:layout_marginStart="@dimen/divider_20px"
|
|
|
+ android:layout_marginTop="@dimen/divider_26px"
|
|
|
+ android:layout_marginEnd="@dimen/divider_20px"
|
|
|
+ android:background="@drawable/bg_total_training_duration"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/total_training_duration_today"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="@dimen/divider_24px" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tvTrainingTimeToday"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/divider_64px"
|
|
|
+ android:layout_marginStart="@dimen/divider_20px"
|
|
|
+ android:layout_marginEnd="@dimen/divider_20px"
|
|
|
+ android:layout_marginBottom="@dimen/divider_26px"
|
|
|
+ android:background="@drawable/bg_total_training_duration_text"
|
|
|
+ android:gravity="center"
|
|
|
+ android:textColor="@color/color_FF333333"
|
|
|
+ android:textSize="@dimen/divider_24px"
|
|
|
+ android:textStyle="bold"
|
|
|
+ app:drawableStartCompat="@mipmap/icon_duration" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
|