|
|
@@ -96,7 +96,7 @@
|
|
|
android:layout_height="8dp"
|
|
|
android:background="?colorSurfaceContainerHigh" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/menu_moment"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -104,29 +104,38 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_total_moment"
|
|
|
- android:layout_width="24dip"
|
|
|
- android:layout_height="24dip"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginStart="15dp"
|
|
|
android:layout_marginTop="16dp"
|
|
|
android:layout_marginBottom="16dp"
|
|
|
- app:srcCompat="@drawable/icon_moment" />
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:srcCompat="@mipmap/iv_icon_moment" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginStart="50dp"
|
|
|
+ android:layout_marginStart="15dp"
|
|
|
android:text="@string/label_function_moment"
|
|
|
android:textColor="?colorOnSurface"
|
|
|
android:textSize="16sp"
|
|
|
- android:textStyle="bold" />
|
|
|
+ android:textStyle="bold"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintStart_toEndOf="@id/iv_total_moment"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
app:srcCompat="@drawable/icon_setting_arrow" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -135,8 +144,11 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
tools:visibility="visible">
|
|
|
|
|
|
<com.bogo.android.common.widget.WebImageView
|
|
|
@@ -157,13 +169,17 @@
|
|
|
<TextView
|
|
|
android:id="@+id/new_msg_count_label"
|
|
|
style="@style/badgeTextViewStyle"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="10dip"
|
|
|
- android:layout_toStartOf="@id/newMsgHintView"
|
|
|
+ android:layout_marginEnd="10dp"
|
|
|
android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="@id/newMsgHintView"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_goneMarginEnd="25dp"
|
|
|
tools:visibility="visible" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -177,12 +193,11 @@
|
|
|
android:layout_height="60dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginStart="15dp"
|
|
|
- app:srcCompat="@drawable/icon_menu_album"
|
|
|
- app:tint="?colorOnSurface" />
|
|
|
+ app:srcCompat="@mipmap/iv_icon_menu_album" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -213,12 +228,11 @@
|
|
|
android:layout_height="60dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginStart="15dp"
|
|
|
- app:srcCompat="@drawable/icon_main_note"
|
|
|
- app:tint="?colorOnSurface" />
|
|
|
+ app:srcCompat="@mipmap/iv_icon_main_note" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -249,12 +263,11 @@
|
|
|
android:layout_height="60dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginStart="15dp"
|
|
|
- app:srcCompat="@drawable/icon_menu_emoticon"
|
|
|
- app:tint="?colorOnSurface" />
|
|
|
+ app:srcCompat="@mipmap/iv_icon_menu_emoticon" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -276,8 +289,7 @@
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginStart="15dp"
|
|
|
+ android:layout_height="7.5dp"
|
|
|
android:background="?colorSurfaceContainerHigh" />
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -286,12 +298,11 @@
|
|
|
android:layout_height="60dp">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginStart="15dp"
|
|
|
- app:srcCompat="@drawable/icon_menu_setting"
|
|
|
- app:tint="?colorOnSurface" />
|
|
|
+ app:srcCompat="@mipmap/iv_icon_menu_setting" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|