第N+3次提交 还缺专属红包
This commit is contained in:
@@ -175,6 +175,7 @@
|
||||
android:layout_height="?actionBarSize"
|
||||
android:background="@android:color/white"
|
||||
android:gravity="bottom"
|
||||
android:visibility="gone"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
@@ -327,6 +328,7 @@
|
||||
<View
|
||||
android:layout_width="1dp"
|
||||
android:layout_height="@dimen/dp_20"
|
||||
android:visibility="gone"
|
||||
android:layout_marginBottom="@dimen/dp_16"
|
||||
android:background="#EDE3E3" />
|
||||
|
||||
@@ -335,6 +337,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:visibility="gone"
|
||||
android:onClick="chatClick"
|
||||
app:layout_constraintLeft_toRightOf="@+id/layout_chatfm_group"
|
||||
app:layout_constraintTop_toTopOf="@+id/layout_chatfm_all">
|
||||
|
||||
Reference in New Issue
Block a user