This commit is contained in:
AriaLyy
2017-01-02 19:53:37 +08:00
parent 9c428bcdb8
commit 0887cc8a4c
4 changed files with 114 additions and 4 deletions

View File

@ -3,9 +3,9 @@
>
<LinearLayout
android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:orientation="vertical"
>
@ -29,5 +29,14 @@
style="?buttonBarButtonStyle"
/>
<Button
android:id="@+id/dialog_task"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="onClick"
android:text="在dialog中使用"
style="?buttonBarButtonStyle"
/>
</LinearLayout>
</layout>