| | |
| | | android:orientation="vertical" |
| | | > |
| | | |
| | | |
| | | <com.hjq.bar.TitleBar |
| | | android:id="@+id/titleBar" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_55" |
| | | android:layout_height="wrap_content" |
| | | android:background="@color/color_title_bar_background" |
| | | android:paddingHorizontal="@dimen/dp_16" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | app:layout_constraintTop_toBottomOf="@id/tv_core_module"> |
| | | |
| | | <ImageView |
| | | android:layout_width="@dimen/dp_24" |
| | | android:layout_height="@dimen/dp_24" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/function_family_root_net" /> |
| | | |
| | | <TextView |