|
|
@@ -145,7 +145,7 @@
|
|
|
android:textSize="@dimen/common_text_size"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/backup_path_tv"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/backup_path_tv" />
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/end_line" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/maximum_number_of_backups_tv"
|
|
|
@@ -167,18 +167,18 @@
|
|
|
android:maxLines="1"
|
|
|
android:paddingHorizontal="@dimen/common_spacing"
|
|
|
android:paddingVertical="2dp"
|
|
|
+ android:layout_marginRight="@dimen/common_spacing"
|
|
|
android:singleLine="true"
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="@dimen/common_text_size"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/maximum_number_of_backups_tv"
|
|
|
app:layout_constraintEnd_toStartOf="@+id/maximum_number_of_backups_range"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/maximum_number_of_backups_tv" />
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/end_line" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/maximum_number_of_backups_range"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/common_spacing"
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="@dimen/common_text_size"
|
|
|
app:i18nArg0='@{"5-20"}'
|
|
|
@@ -250,7 +250,7 @@
|
|
|
android:textSize="@dimen/common_text_size"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/backup_frequency_tv"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/backup_frequency_tv"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/end_line"
|
|
|
app:layout_constraintTop_toTopOf="@+id/backup_frequency_tv" />
|
|
|
|
|
|
<com.grkj.ui_base.widget.RequiredTextView
|
|
|
@@ -278,14 +278,14 @@
|
|
|
android:textSize="@dimen/common_text_size"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/backup_time_tv"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/backup_time_tv"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/end_line"
|
|
|
app:layout_constraintTop_toTopOf="@+id/backup_time_tv" />
|
|
|
|
|
|
<androidx.constraintlayout.widget.Barrier
|
|
|
android:id="@+id/end_line"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- app:barrierDirection="left"
|
|
|
+ app:barrierDirection="right"
|
|
|
app:constraint_referenced_ids="maximum_number_of_backups_tv,backup_path_tv" />
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</LinearLayout>
|