| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <<<<<<< Updated upstream |
| | | |
| | | |
| | | <layout |
| | | ======= |
| | | <layout xmlns:tools="http://schemas.android.com/tools" |
| | | >>>>>>> Stashed changes |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | xmlns:android="http://schemas.android.com/apk/res/android"> |
| | | xmlns:android="http://schemas.android.com/apk/res/android" |
| | | > |
| | | |
| | | <data> |
| | | <variable |
| | |
| | | android:id="@+id/titleBar" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_55" |
| | | <<<<<<< Updated upstream |
| | | android:background="@color/color_title_bar_background" |
| | | ======= |
| | | android:id="@+id/title_t_bar" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:background="@color/color_title_background" |
| | | >>>>>>> Stashed changes |
| | | 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"> |
| | | |
| | |
| | | |
| | | </com.hjq.bar.TitleBar> |
| | | |
| | | <<<<<<< Updated upstream |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_group_photo" |
| | |
| | | |
| | | |
| | | |
| | | ======= |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | > |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | > |
| | | <ImageView |
| | | android:id="@+id/imageView_m/argin_pic" |
| | | android:layout_width="@dimen/dp_360" |
| | | android:layout_height="@dimen/dp_202" |
| | | app:srcCompat="@drawable/margin_pic" |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | >>>>>>> Stashed changes |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | </layout> |