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

13 lines
456 B
XML
Raw Normal View History

2022-10-04 10:44:09 +00:00
<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>