NewPipe/app/src/main/res/layout/dialog_edit_text.xml

19 lines
754 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="false"
android:paddingLeft="@dimen/video_item_search_padding"
2020-10-09 20:24:02 +02:00
android:paddingTop="@dimen/video_item_search_padding"
android:paddingRight="@dimen/video_item_search_padding">
<org.schabi.newpipe.views.NewPipeEditText
android:id="@+id/dialogEditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
2020-10-09 20:24:02 +02:00
android:layout_marginBottom="6dp"
android:maxLines="1" />
2020-10-09 20:24:02 +02:00
</RelativeLayout>