res/layout/privacy_list_create_dialog.xml
changeset 767 74a987c3efb5
parent 520 88a19fcd70b3
equal deleted inserted replaced
766:ca06684fb92f 767:74a987c3efb5
     8 		style="@style/Label" />
     8 		style="@style/Label" />
     9 	<EditText android:id="@+id/privacy_list_create_dialog_list_name"
     9 	<EditText android:id="@+id/privacy_list_create_dialog_list_name"
    10 		android:layout_height="wrap_content" android:layout_width="fill_parent"
    10 		android:layout_height="wrap_content" android:layout_width="fill_parent"
    11 		android:layout_marginLeft="20dip" android:layout_marginRight="20dip"
    11 		android:layout_marginLeft="20dip" android:layout_marginRight="20dip"
    12 		android:scrollHorizontally="true" android:autoText="false"
    12 		android:scrollHorizontally="true" android:autoText="false"
    13 		android:capitalize="none" android:gravity="fill_horizontal" />
    13 		android:capitalize="none" android:gravity="fill_horizontal"
       
    14 		android:contentDescription="@string/privacy_list_create_dialog_list_name_label"/>
    14 </LinearLayout>
    15 </LinearLayout>