|
AndroidProjectCode
summary: Code inside the 'Layout' folder.activity_main.xml Code<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" tools:context=".VisualPhone" > <Spinnerandroid:id="@+id/spinner1" android:layout_width="match_parent" android:layout_height="wrap_content" android:entries="@array/dropbox_arrays" android:prompt="@string/dropbox_prompt" />
<Spinnerandroid:id="@+id/spinner2" android:layout_width="match_parent" android:layout_height="wrap_content" android:prompt="@string/select2"/> <Spinnerandroid:id="@+id/spinner3" android:layout_width="match_parent" android:layout_height="wrap_content"android:entries="@array/students_array" android:prompt="@string/select3" /> <Buttonandroid:id="@+id/btnSubmit" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/submit"/> Unknown end tag for </linearlayout> End of Code |