| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | |
| | | |
| | | <layout |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | xmlns:android="http://schemas.android.com/apk/res/android"> |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | xmlns:android="http://schemas.android.com/apk/res/android" |
| | | > |
| | | |
| | | <data> |
| | | <variable |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_55" |
| | | android:background="@color/color_title_bar_background" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:paddingHorizontal="@dimen/dp_16" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:leftIcon="@null" |
| | | app:rightIcon="@null"> |
| | | |