充电桩app代码

item_popupwindows.xml 2.6KB

    <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/parent" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/bg_yinying531"> <LinearLayout android:id="@+id/ll_popup" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:orientation="vertical" > <LinearLayout android:id="@+id/ll_zhaoxiang" android:layout_width="match_parent" android:layout_height="45dp" android:background="@color/white" android:orientation="horizontal" android:visibility="visible"> <Button android:id="@+id/item_popupwindows_camera" android:layout_width="match_parent" android:layout_height="45dp" android:background="@drawable/bt_nobgd" android:textColor="@color/actionsheet_green" android:textSize="18sp" android:text="拍照" /> </LinearLayout> <View android:layout_width="match_parent" android:layout_height="0.5dp" android:background="@color/Line" android:visibility="visible"/> <LinearLayout android:layout_width="match_parent" android:layout_height="45dp" android:background="@color/white" android:orientation="horizontal" > <Button android:id="@+id/item_popupwindows_Photo" android:layout_width="match_parent" android:layout_height="45dp" android:background="@drawable/bt_nobgd" android:textColor="@color/actionsheet_green" android:textSize="18sp" android:text="从手机相册选择" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="45dp" android:layout_marginTop="4dp" android:background="@color/white" android:orientation="horizontal" > <Button android:id="@+id/item_popupwindows_cancel" android:layout_width="match_parent" android:layout_height="45dp" android:background="@drawable/bt_nobgd" android:textColor="@color/actionsheet_green" android:textSize="18sp" android:text="取消" /> </LinearLayout> </LinearLayout> </RelativeLayout>