blob: 3b3ca899013abf3b33c2a18bf38be7714a1642f0 [file] [log] [blame]
alision58356b72013-06-03 17:13:36 -04001<?xml version="1.0" encoding="utf-8"?>
2<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent" >
5
6 <TextView
7 android:id="@+id/activity_title"
8 android:layout_width="wrap_content"
9 android:layout_height="match_parent"
10 android:layout_alignParentLeft="true"
11 android:layout_centerVertical="true"
12 android:gravity="center"
13 android:maxWidth="200dp"
14 android:singleLine="true"
15 android:textSize="20sp" />
16
17 <Spinner
18 android:id="@+id/account_selection"
19 android:layout_width="match_parent"
20 android:layout_height="match_parent"
21 android:layout_toRightOf="@+id/activity_title"
22 android:layout_alignParentRight="true" />
23
24</RelativeLayout>