alert_dialog_menu_layout.xml 644 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:orientation="vertical"
  5. android:gravity="bottom"
  6. android:layout_width="fill_parent"
  7. android:layout_height="fill_parent"
  8. android:background="@drawable/btn_style_alert_dialog_background">
  9. <ListView
  10. android:layout_marginLeft="15dp"
  11. android:layout_marginRight="15dp"
  12. android:layout_gravity="center"
  13. android:id="@+id/content_list"
  14. android:layout_width="fill_parent"
  15. android:layout_height="fill_parent"
  16. android:listSelector="@drawable/mm_trans"
  17. android:cacheColorHint="@color/transparent" />
  18. </LinearLayout>