<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#0000ff"
android:textColor="#ffffff"
android:text="@string/tv_selectgreeting"/>
<Spinner
android:id="@+id/sp_greeting"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:entries="@array/sp_greeting" />
<Button
android:id="@+id/bt_back"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/bt_back"/>
</LinearLayout>
最終更新:2013年07月29日 17:18