|
@@ -1,6 +1,8 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ tools:ignore="ResourceName">
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
style="@style/layout_properties_specify_width_geight"
|
|
@@ -8,27 +10,12 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/layoutHead"
|
|
|
- style="@style/layout_properties_self_adaption"
|
|
|
- android:layout_marginStart="@dimen/divider_65px"
|
|
|
- android:layout_marginTop="@dimen/divider_35px"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="horizontal"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:layout_width="@dimen/divider_48px"
|
|
|
- android:layout_height="@dimen/divider_48px"
|
|
|
- android:background="@mipmap/icon_back" />
|
|
|
+ style="@style/back_home_layout"
|
|
|
+ tools:ignore="MissingConstraints">
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
- style="@style/layout_properties_self_adaption"
|
|
|
- android:layout_marginStart="@dimen/divider_14px"
|
|
|
- android:text="@string/back_pager"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:textSize="@dimen/divider_28px"
|
|
|
- android:textStyle="bold" />
|
|
|
+ <androidx.appcompat.widget.AppCompatImageView style="@style/back_home_image" />
|
|
|
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView style="@style/back_home_text" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|