充电桩app代码

adapter_header_car_model.xml 655B

    <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="25dp" android:background="#FFF2F6F9" android:paddingLeft="15dp" android:paddingRight="15dp"> <TextView android:id="@+id/title" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_vertical" android:lines="1" android:textColor="#FF6F6F7D" android:textSize="12sp" tools:text="A" /> </LinearLayout>