summaryrefslogtreecommitdiff
path: root/app/src/production/res/layout-xlarge/d_new_provider.xml
blob: 12616625b56ef0ed2a5f8b97192c2edc28f6a43a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:textSize="24sp" >
    
    <EditText
        android:id="@+id/new_provider_url"
        android:inputType="textUri"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="16dp"
        android:layout_marginLeft="4dp"
        android:layout_marginRight="4dp"
        android:textSize="24sp"
        android:hint="@string/new_provider_uri" />

</LinearLayout>