178 lines
7.2 KiB
XML
178 lines
7.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:background="@drawable/bg_r16_fff"
|
||
android:layout_marginBottom="@dimen/dp_12"
|
||
android:orientation="vertical">
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:orientation="vertical"
|
||
android:paddingLeft="15sp"
|
||
android:paddingBottom="@dimen/dp_10"
|
||
android:paddingTop="@dimen/dp_10"
|
||
android:paddingRight="15sp">
|
||
|
||
<RelativeLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:orientation="horizontal">
|
||
|
||
|
||
<com.xscm.moduleutil.utils.MeHeadView
|
||
android:id="@+id/dy_head_image"
|
||
android:layout_width="@dimen/dp_60"
|
||
android:layout_height="@dimen/dp_60"
|
||
android:layout_alignParentStart="true"
|
||
android:layout_centerInParent="true"/>
|
||
|
||
|
||
<LinearLayout
|
||
android:id="@+id/l_1"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_gravity="center_vertical"
|
||
android:layout_toRightOf="@+id/dy_head_image"
|
||
android:layout_centerInParent="true"
|
||
android:layout_marginStart="10dp"
|
||
android:orientation="vertical">
|
||
|
||
<LinearLayout
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:gravity="center_vertical"
|
||
android:orientation="horizontal">
|
||
|
||
<com.xscm.moduleutil.widget.ShineTextView
|
||
android:id="@+id/dy_name_text"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:textColor="@color/color_FF333333"
|
||
app:isShine="false"
|
||
android:textStyle="bold"
|
||
android:text="萌新驾到"
|
||
android:textSize="18sp" />
|
||
|
||
<!-- <ImageView-->
|
||
<!-- android:id="@+id/im_dj"-->
|
||
<!-- android:layout_width="@dimen/dp_37"-->
|
||
<!-- android:layout_height="@dimen/dp_15"-->
|
||
<!-- android:layout_marginStart="@dimen/dp_9"-->
|
||
<!-- />-->
|
||
|
||
<LinearLayout
|
||
android:id="@+id/ll_image_container"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:orientation="horizontal"
|
||
android:layout_marginStart="@dimen/dp_9"
|
||
android:gravity="center_vertical"
|
||
android:visibility="gone"/>
|
||
|
||
</LinearLayout>
|
||
|
||
<LinearLayout
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginTop="@dimen/dp_10"
|
||
android:orientation="horizontal">
|
||
|
||
<TextView
|
||
android:id="@+id/tv_agree"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:text="25"
|
||
android:layout_gravity="center"
|
||
android:textColor="@color/color_FF666666"
|
||
android:textSize="@dimen/sp_12" />
|
||
|
||
|
||
<TextView
|
||
android:id="@+id/dy_time_text"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:text="·IP属地:"
|
||
android:layout_gravity="center"
|
||
android:textColor="@color/color_FF666666"
|
||
android:textSize="@dimen/sp_12" />
|
||
|
||
<TextView
|
||
android:id="@+id/tv_address"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:text="西安市"
|
||
android:layout_gravity="center"
|
||
android:textColor="@color/color_FF666666"
|
||
android:textSize="@dimen/sp_12" />
|
||
</LinearLayout>
|
||
</LinearLayout>
|
||
|
||
<LinearLayout
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:gravity="center"
|
||
android:layout_alignParentEnd="true"
|
||
android:layout_alignBottom="@+id/l_1"
|
||
android:layout_gravity="right|center"
|
||
android:orientation="horizontal">
|
||
|
||
|
||
|
||
<TextView
|
||
android:id="@+id/gensui"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:background="@mipmap/no_follow"
|
||
android:gravity="center"
|
||
android:visibility="visible" />
|
||
|
||
<TextView
|
||
android:id="@+id/diandian"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginStart="@dimen/dp_14"
|
||
android:background="@mipmap/shequ_dongtai_gengduo"
|
||
android:gravity="center"
|
||
android:visibility="gone" />
|
||
|
||
</LinearLayout>
|
||
</RelativeLayout>
|
||
|
||
<androidx.constraintlayout.widget.ConstraintLayout
|
||
android:id="@+id/aaa"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="wrap_content"
|
||
android:layout_marginTop="10dp">
|
||
|
||
<com.xscm.moduleutil.widget.MyGridView
|
||
android:id="@+id/dy_image_recyc"
|
||
android:layout_width="match_parent"
|
||
android:layout_height="wrap_content"
|
||
android:numColumns="3"
|
||
android:scrollbars="none"
|
||
app:layout_constraintBottom_toBottomOf="parent"
|
||
app:layout_constraintLeft_toLeftOf="parent"
|
||
app:layout_constraintTop_toTopOf="parent" />
|
||
|
||
|
||
<!-- <com.makeramen.roundedimageview.RoundedImageView-->
|
||
<!-- android:id="@+id/dy_oneimage_iv"-->
|
||
<!-- android:layout_width="200dp"-->
|
||
<!-- android:layout_height="200dp"-->
|
||
<!-- android:scaleType="centerCrop"-->
|
||
<!-- android:visibility="gone"-->
|
||
<!-- app:layout_constraintBottom_toBottomOf="parent"-->
|
||
<!-- app:layout_constraintLeft_toLeftOf="parent"-->
|
||
<!-- app:layout_constraintTop_toTopOf="parent"-->
|
||
<!-- app:riv_corner_radius="5dp" />-->
|
||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
||
|
||
|
||
|
||
</LinearLayout>
|
||
|
||
</LinearLayout> |