充电桩app代码

plugin_camera_no_image_file.xml 1.5KB

    <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="match_parent" android:background="@color/albumback" > <RelativeLayout android:id="@+id/headview" android:layout_width="fill_parent" android:layout_height="45dp" android:background="@color/lvse" android:gravity="center_vertical" > <TextView android:id="@+id/headerTitle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/photo" android:layout_centerInParent="true" android:textSize="20sp" android:textColor="#ffffff" /> <TextView android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_centerVertical="true" android:paddingRight="16dp" android:gravity="center" android:id="@+id/cancel" android:text="@string/camera_cancel" android:layout_alignParentRight="true" android:textSize="16sp" android:textColor="#fff" /> </RelativeLayout> <TextView android:id="@+id/no_picture_confirm" android:layout_centerInParent="true" android:layout_height="wrap_content" android:layout_width="wrap_content"/> </RelativeLayout>