充电桩app代码

view_chat_header_recommend_item.xml 1.6KB

    <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/card_view" android:layout_width="94dp" android:layout_height="85dp" android:layout_marginTop="15dp" android:layout_marginBottom="15dp"> <ImageView android:id="@+id/iv_header_bg" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#44000000" android:minWidth="94dp" android:minHeight="85dp" android:scaleType="centerCrop" /> <ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:alpha="0.5" android:background="#000000" /> <TextView android:id="@+id/header_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:ellipsize="end" android:maxLines="2" android:paddingLeft="5dp" android:paddingTop="5dp" android:paddingRight="5dp" android:text="1111" android:textColor="@color/white" android:textSize="12sp" /> <TextView android:id="@+id/header_title_joinin" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignBottom="@+id/iv_header_bg" android:layout_marginBottom="2dp" android:ellipsize="end" android:padding="5dp" android:singleLine="true" android:text="1111" android:textColor="@color/white" android:textSize="9sp" /> </RelativeLayout>