res/layout/privacy_list_create_dialog.xml
changeset 768 3afcf695da44
parent 767 74a987c3efb5
equal deleted inserted replaced
765:3eb5041d6821 768:3afcf695da44
     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>