res/layout/privacy_list_create_dialog.xml
changeset 520 88a19fcd70b3
child 767 74a987c3efb5
equal deleted inserted replaced
519:ea7009295a84 520:88a19fcd70b3
       
     1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     2 	android:layout_width="fill_parent" android:layout_height="wrap_content"
       
     3 	android:orientation="vertical">
       
     4 	<TextView android:id="@+id/privacy_list_create_dialog_list_name_label"
       
     5 		android:layout_height="wrap_content" android:layout_width="wrap_content"
       
     6 		android:layout_marginLeft="20dip" android:layout_marginRight="20dip"
       
     7 		android:text="@string/privacy_list_create_dialog_list_name_label" android:gravity="left"
       
     8 		style="@style/Label" />
       
     9 	<EditText android:id="@+id/privacy_list_create_dialog_list_name"
       
    10 		android:layout_height="wrap_content" android:layout_width="fill_parent"
       
    11 		android:layout_marginLeft="20dip" android:layout_marginRight="20dip"
       
    12 		android:scrollHorizontally="true" android:autoText="false"
       
    13 		android:capitalize="none" android:gravity="fill_horizontal" />
       
    14 </LinearLayout>