MM内地版本
This commit is contained in:
@@ -37,10 +37,46 @@
|
||||
android:text="@string/chat_txt"
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="@dimen/sp_20"
|
||||
android:visibility="invisible"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/sss" />
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_10"
|
||||
android:layout_marginTop="@dimen/dp_8"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/sss">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/iv_indexfm_notifytop"
|
||||
android:layout_width="@dimen/dp_40"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@mipmap/index_tongzhi_img"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
android:gravity="center"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/sp_14" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/view_chatfm_notifypoint"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:background="@drawable/point_chat_ff4e54"
|
||||
android:gravity="center"
|
||||
android:minWidth="@dimen/dp_16"
|
||||
android:paddingLeft="@dimen/dp_5"
|
||||
android:paddingRight="@dimen/dp_5"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="12sp"
|
||||
android:visibility="gone" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/iv_chatfm_setting"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -115,10 +151,10 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingLeft="@dimen/dp_15"
|
||||
android:layout_marginTop="@dimen/dp_88"
|
||||
android:paddingRight="@dimen/dp_15"
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="@dimen/dp_15"
|
||||
android:paddingRight="@dimen/dp_15"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
@@ -137,15 +173,15 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?actionBarSize"
|
||||
android:orientation="horizontal"
|
||||
android:background="@android:color/white"
|
||||
android:gravity="bottom"
|
||||
android:background="@android:color/white">
|
||||
android:orientation="horizontal">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/layout_chatfm_all"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:onClick="chatClick"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="parent">
|
||||
@@ -185,15 +221,18 @@
|
||||
app:layout_constraintRight_toRightOf="@+id/tv_chatfm_all"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_chatfm_all" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
<View android:layout_width="1dp"
|
||||
|
||||
<View
|
||||
android:layout_width="1dp"
|
||||
android:layout_height="@dimen/dp_20"
|
||||
android:layout_marginBottom="@dimen/dp_16"
|
||||
android:background="#EDE3E3"/>
|
||||
android:background="#EDE3E3" />
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/layout_chatfm_friends"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:onClick="chatClick"
|
||||
app:layout_constraintLeft_toRightOf="@+id/layout_chatfm_all"
|
||||
app:layout_constraintTop_toTopOf="@+id/layout_chatfm_all">
|
||||
@@ -233,15 +272,18 @@
|
||||
app:layout_constraintRight_toRightOf="@+id/tv_chatfm_friends"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_chatfm_friends" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
<View android:layout_width="1dp"
|
||||
|
||||
<View
|
||||
android:layout_width="1dp"
|
||||
android:layout_height="@dimen/dp_20"
|
||||
android:layout_marginBottom="@dimen/dp_16"
|
||||
android:background="#EDE3E3"/>
|
||||
android:background="#EDE3E3" />
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/layout_chatfm_group"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:onClick="chatClick"
|
||||
app:layout_constraintLeft_toRightOf="@+id/layout_chatfm_friends"
|
||||
app:layout_constraintTop_toTopOf="@+id/layout_chatfm_all">
|
||||
@@ -282,15 +324,17 @@
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_chatfm_group" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<View android:layout_width="1dp"
|
||||
<View
|
||||
android:layout_width="1dp"
|
||||
android:layout_height="@dimen/dp_20"
|
||||
android:layout_marginBottom="@dimen/dp_16"
|
||||
android:background="#EDE3E3"/>
|
||||
android:background="#EDE3E3" />
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/layout_chatfm_follow"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:onClick="chatClick"
|
||||
app:layout_constraintLeft_toRightOf="@+id/layout_chatfm_group"
|
||||
app:layout_constraintTop_toTopOf="@+id/layout_chatfm_all">
|
||||
@@ -331,10 +375,11 @@
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_chatfm_follow" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0.5dp"
|
||||
android:background="#EDE3E3"/>
|
||||
android:background="#EDE3E3" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/errorTv"
|
||||
|
||||
Reference in New Issue
Block a user