第N+6次提交专属红包
This commit is contained in:
@@ -25,10 +25,9 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/card_view"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="175dp"
|
||||
android:background="@mipmap/user_info_bg1"
|
||||
app:layout_constraintDimensionRatio="375:175"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -174,17 +173,16 @@
|
||||
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="205dp"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintDimensionRatio="375:205"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp"
|
||||
android:layout_marginLeft="@dimen/dp_15"
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
android:background="@drawable/index_user_bg1"
|
||||
@@ -533,13 +531,14 @@
|
||||
|
||||
android:drawablePadding="@dimen/dp_15"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/haoyouquanxian_txt"
|
||||
android:text="@string/black_list_txt"
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="@dimen/sp_14"
|
||||
app:drawableLeftCompat="@mipmap/icon_friend_quanxian"
|
||||
app:drawableRightCompat="@drawable/ic_frame_mine_right_arrow" />
|
||||
|
||||
</LinearLayout>
|
||||
<!-- android:text="@string/haoyouquanxian_txt"-->
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
@@ -743,7 +742,7 @@
|
||||
android:gravity="center"
|
||||
android:singleLine="true"
|
||||
android:text="切换账号"
|
||||
android:textColor="#616161"
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="@dimen/dp_16"
|
||||
tools:ignore="NotSibling,SpUsage" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user