custom_dialog.xml 458 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent">
  5. <Button
  6. android:id="@+id/dialog_button"
  7. android:layout_width="100px"
  8. android:layout_height="wrap_content"
  9. android:layout_marginRight="5dp"
  10. android:layout_marginTop="5dp"
  11. android:text=" Ok " />
  12. </RelativeLayout>