111
This commit is contained in:
parent
846e7c810f
commit
8af8455b62
@ -163,7 +163,7 @@ public class UserMoreInfoAdapter extends RefreshAdapter<UserBean> {
|
||||
mIcon.setImageBitmap(null);
|
||||
ivIcon.setVisibility(View.GONE);
|
||||
tvName.setVisibility(View.GONE);
|
||||
tvName.setTextSize(13);
|
||||
tvName.setTextSize(12);
|
||||
tvName.setTextColor(mContext.getResources().getColor(R.color.white));
|
||||
if(type.equals("1")) {
|
||||
if (!bean.getDress().getMedal().equals("")) {
|
||||
|
@ -151,23 +151,29 @@
|
||||
android:layout_marginLeft="25dp"
|
||||
android:layout_marginRight="35dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivIcon"
|
||||
android:layout_width="55dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="center" />
|
||||
|
||||
|
||||
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivIcon"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="30dp"
|
||||
android:paddingLeft="13dp"
|
||||
android:layout_marginTop="25dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:layout_marginBottom="26dp"
|
||||
android:layout_gravity="center" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvName"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:layout_marginEnd="25dp"
|
||||
android:layout_gravity="center"
|
||||
android:paddingLeft="13dp"
|
||||
android:text="主播"
|
||||
|
Loading…
Reference in New Issue
Block a user