|
|
@@ -20,13 +20,21 @@
|
|
|
app:layout_constraintRight_toLeftOf="@id/rl_page"
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_logo"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="12dp"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:background="@mipmap/logo_inside"/>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/tv_app_title"
|
|
|
style="@style/CommonTextView"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
android:text="@string/app_title"
|
|
|
android:textSize="@dimen/common_text_size_big"
|
|
|
- android:textStyle="bold" />
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:layout_below="@id/iv_logo"/>
|
|
|
|
|
|
<View
|
|
|
android:id="@+id/v_divider_title"
|