A mobile app for thmmy.gr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/link_url_input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/dialog_link_url_hint">
<com.google.android.material.textfield.TextInputEditText
android:layout_width="256dp"
android:layout_height="wrap_content" />
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/link_text_input"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="@string/dialog_link_text_hint">
<com.google.android.material.textfield.TextInputEditText
android:layout_width="256dp"
android:layout_height="wrap_content" />
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>