Skip to content

Instantly share code, notes, and snippets.

@shaobin0604
Created December 11, 2009 06:26
Show Gist options
  • Select an option

  • Save shaobin0604/254030 to your computer and use it in GitHub Desktop.

Select an option

Save shaobin0604/254030 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<Button android:id="@+id/btn_show_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="show dialog 1" />
<Button android:id="@+id/btn_show_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="show dialog 2" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment