res/layout/privacy_list_create_dialog.xml
changeset 771 0fb9a16d7c32
parent 767 74a987c3efb5
equal deleted inserted replaced
770:fb7f6f98585e 771:0fb9a16d7c32
     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>