mm_activity.xml 656 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent" >
  5. <LinearLayout
  6. android:id="@+id/mm_root_view"
  7. android:layout_width="fill_parent"
  8. android:layout_height="fill_parent"
  9. android:orientation="vertical" >
  10. </LinearLayout>
  11. <Button
  12. android:id="@+id/mm_trans_layer"
  13. android:layout_width="fill_parent"
  14. android:layout_height="fill_parent"
  15. android:background="@color/semitransparent"
  16. android:visibility="gone" >
  17. </Button>
  18. </FrameLayout>