blob: 98d2b57e35a2dba16d83312899fe3bde4e68db6b [file] [log] [blame]
alision9f7a6ec2013-05-24 16:26:26 -04001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:background="#FFFFFF"
6 android:orientation="vertical" >
7
alision907bde72013-06-20 14:40:37 -04008 <Spinner
9 android:id="@+id/account_selection"
alision9f7a6ec2013-05-24 16:26:26 -040010 android:layout_width="match_parent"
alision907bde72013-06-20 14:40:37 -040011 android:layout_height="wrap_content" />
alision9f7a6ec2013-05-24 16:26:26 -040012
13 <ListView
14 android:id="@+id/listView"
15 android:layout_width="match_parent"
16 android:layout_height="wrap_content" >
17 </ListView>
18
19</LinearLayout>