liguofeng29’s blog

個人勉強用ブログだっす。

2015-11-20から1日間の記事一覧

AndroidのUI - DatePickerDialogとTimePickerDialog

activity_main.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> </linearlayout>

AndroidのUI - PopupWindow

activity_main.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_horizontal"> </linearlayout>

AndroidのUI - DialogTheme

activity_main.xml

AndroidのUI - AlertDialog

activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" > </relativelayout>