充电桩app代码

activity_my_yuyue.xml 1.7KB

    <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/bkg_body_main" android:orientation="vertical" > <RelativeLayout android:layout_width="fill_parent" android:layout_height="52dp" android:background="@color/white" > <ImageView android:id="@+id/iv_back" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:contentDescription="@null" android:paddingTop="5dp" android:paddingBottom="5dp" android:paddingLeft="10dp" android:paddingRight="15dp" /> <TextView android:id="@+id/textview" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:text="@string/my_yuyue_name" android:textSize="16sp" /> </RelativeLayout> <View android:layout_width="fill_parent" android:layout_height="1dp" android:background="#dbdbdb" /> <ListView android:id="@+id/lv_yuyue_list" android:layout_width="fill_parent" android:layout_height="fill_parent" android:cacheColorHint="@color/transparent" android:fadingEdge="none" android:divider="@color/bkg_body_main" android:dividerHeight="10dp" android:listSelector="@color/transparent" > </ListView> </LinearLayout>