Skip to content

Instantly share code, notes, and snippets.

@HITGIF
Created February 9, 2018 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HITGIF/7212d19d15230b1834ef4fb54f8eb138 to your computer and use it in GitHub Desktop.
Save HITGIF/7212d19d15230b1834ef4fb54f8eb138 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<studio.carbonylgroup.textfieldboxes.TextFieldBoxes
android:id="@+id/text_field_boxes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:helperText=" "
app:labelText="nc_server_url">
<studio.carbonylgroup.textfieldboxes.ExtendedEditText
android:id="@+id/extended_edit_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:imeOptions="actionDone"
android:inputType="textUri"
android:minWidth="5dp"
android:singleLine="true"/>
</studio.carbonylgroup.textfieldboxes.TextFieldBoxes>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment