tytd-mobile/TYTD.Mobile/Resources/layout/add_item.xml

13 lines
456 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<EditText
android:id="@+id/video_url"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/video_url"
android:singleLine="true"
/>
</RelativeLayout>