修改之前PK漏掉的接口
This commit is contained in:
@@ -74,7 +74,7 @@ public class HonorViewHolder extends AbsUserHomeViewHolder {
|
||||
/**
|
||||
* 获取用户荣誉和座骑
|
||||
*/
|
||||
HttpClient.getInstance().get("User.medalCarList", LiveHttpConsts.GET_USER_LIST)
|
||||
HttpClient.getInstance().get("ylaxunzhangzuoqiliebiao", LiveHttpConsts.GET_USER_LIST)
|
||||
.params("uid", mToUid,true)
|
||||
.execute(new HttpCallback() {
|
||||
@Override
|
||||
|
||||
@@ -21,13 +21,6 @@
|
||||
app:layout_constraintTop_toTopOf="@+id/lt_btn_facebook"
|
||||
app:layout_constraintWidth_percent="0.84" />
|
||||
|
||||
<androidx.constraintlayout.widget.Guideline
|
||||
android:id="@+id/guideline"
|
||||
android:layout_width="1dp"
|
||||
android:layout_height="1dp"
|
||||
android:orientation="vertical"
|
||||
app:layout_constraintGuide_percent="0.413" />
|
||||
|
||||
<View
|
||||
android:id="@+id/lt_btn_facebook"
|
||||
android:layout_width="0dp"
|
||||
@@ -42,6 +35,7 @@
|
||||
app:layout_constraintWidth_percent="0.74" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView5"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_gravity="center"
|
||||
@@ -63,8 +57,7 @@
|
||||
android:textSize="14sp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/lt_btn_facebook"
|
||||
app:layout_constraintEnd_toEndOf="@+id/lt_btn_facebook"
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintStart_toEndOf="@+id/guideline"
|
||||
app:layout_constraintStart_toEndOf="@+id/imageView5"
|
||||
app:layout_constraintTop_toTopOf="@+id/lt_btn_facebook" />
|
||||
|
||||
|
||||
@@ -104,8 +97,7 @@
|
||||
android:textSize="14sp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/btn_google"
|
||||
app:layout_constraintEnd_toEndOf="@+id/btn_google"
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintStart_toEndOf="@+id/guideline"
|
||||
app:layout_constraintStart_toEndOf="@+id/googleImg"
|
||||
app:layout_constraintTop_toTopOf="@+id/btn_google" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
@@ -127,6 +119,7 @@
|
||||
app:layout_constraintWidth_percent="0.74" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/accountImg"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_gravity="center"
|
||||
@@ -148,8 +141,7 @@
|
||||
android:textSize="14sp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/btn_phone"
|
||||
app:layout_constraintEnd_toEndOf="@+id/btn_phone"
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintStart_toEndOf="@+id/guideline"
|
||||
app:layout_constraintStart_toEndOf="@+id/accountImg"
|
||||
app:layout_constraintTop_toTopOf="@+id/btn_phone" />
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user