first commit
[bylock.git] / resources / res / layout / dialog_move_to_group.xml
blobd45322332950145e26ebb46db19705e1687a0ee6
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:background="@color/WhiteSmoke" android:paddingLeft="@dimen/aaa_unit_one" android:paddingRight="@dimen/aaa_unit_one" android:layout_width="match_parent" android:layout_height="wrap_content">
3     <TextView android:textSize="22sp" android:textColor="@color/White" android:id="@+id/name" android:background="@color/aaa_blue_button_background" android:padding="@dimen/aaa_unit_half" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/aaa_unit_one"/>
4     <AutoCompleteTextView android:textColor="@color/aaa_blue_text_over_white_button" android:textColorHint="@color/aaa_blue_hint_over_white_edittext" android:id="@+id/editText1" android:background="@drawable/blue_frame_username" android:paddingLeft="@dimen/aaa_unit_mini" android:layout_width="match_parent" android:layout_height="@dimen/aaa_dialog_textfield_height" android:layout_marginBottom="@dimen/aaa_unit_one" android:layout_below="@+id/name">
5         <requestFocus/>
6     </AutoCompleteTextView>
7     <Button android:textColor="@color/White" android:id="@+id/button1" android:background="@color/aaa_blue_button_background" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/save" android:ems="5" android:layout_below="@+id/editText1" android:layout_alignRight="@+id/editText1"/>
8     <Button android:textColor="@color/White" android:id="@+id/button2" android:background="@color/aaa_blue_button_background" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/cancel" android:ems="5" android:layout_below="@+id/editText1" android:layout_alignLeft="@+id/editText1"/>
9 </RelativeLayout>