| | |
| | | <com.runt.open.mvvm.widgets.TitleBarView |
| | | android:id="@+id/title_bar" |
| | | style="@style/titlebar" |
| | | app:leftDrawable="@mipmap/ic_arrow_back_black_24dp" |
| | | app:leftDrawable="@mipmap/icon_white_back" |
| | | app:leftTint="@color/txt_normal" |
| | | app:titleText="登录" |
| | | tools:ignore="MissingConstraints" /> |
| | | |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_horizontal" |
| | | android:layout_marginTop="50dp" |
| | | android:src="@mipmap/app_icon" |
| | | android:src="@mipmap/ic_launcher" |
| | | android:adjustViewBounds="true" |
| | | app:layout_constraintTop_toBottomOf="@id/title_bar" |
| | | app:layout_constraintLeft_toLeftOf="parent" |