充电桩app代码

hot_history_adapter.xml 1.9KB

    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="@color/white"> <TextView android:id="@+id/tv_build_address" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="15dp" android:layout_marginLeft="15dp" android:layout_marginRight="15dp" android:text="建桩地址:北京市朝阳区百子湾路22号苹果社区北区2号楼B座2309" android:textColor="@color/ui_62" android:textSize="16sp"/> <TextView android:id="@+id/tv_build_condition" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:layout_marginLeft="15dp" android:layout_marginRight="15dp" android:text="场地条件:我有一个店面,3个自有车位,想建3个快充桩请跟我联系,写谢谢!场地条件:我有一个店面,3个自有车位,想建3个快充桩请跟我联系,写谢谢!场地条件:我有一个店面,3个自有车位,想建3个快充桩请跟我联系,写谢谢!" android:textColor="@color/ui_68" android:textSize="15sp"/> <TextView android:id="@+id/tv_build_state" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:layout_marginBottom="10dp" android:layout_marginLeft="15dp" android:layout_marginRight="15dp" android:text="状态:已提交" android:textColor="@color/lvse" android:textSize="15sp"/> <View android:layout_width="match_parent" android:layout_height="0.5dp" android:layout_marginLeft="15dp" android:background="@color/Line"/> </LinearLayout>