My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
AndroidProjectCode  
Updated Nov 14, 2013 by brapi...@g.uafs.edu

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" >

<Spinner
android:id="@+id/spinner1" android:layout_width="match_parent" android:layout_height="wrap_content" android:entries="@array/dropbox_arrays" android:prompt="@string/dropbox_prompt" />

<Spinner
android:id="@+id/spinner2" android:layout_width="match_parent" android:layout_height="wrap_content" android:prompt="@string/select2"/>
<Spinner
android:id="@+id/spinner3" android:layout_width="match_parent" android:layout_height="wrap_content"
android:entries="@array/students_array" android:prompt="@string/select3" />
<Button
android: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

Powered by Google Project Hosting