Skip to content

Instantly share code, notes, and snippets.

@cjlotz
Created May 1, 2017 19:21
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 cjlotz/9d9a8692f9d78821ba9d47fb10c95cfb to your computer and use it in GitHub Desktop.
Save cjlotz/9d9a8692f9d78821ba9d47fb10c95cfb to your computer and use it in GitHub Desktop.
Control layout
<?xml version="1.0" encoding="utf-8"?>
<merge 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="wrap_content">
<android.support.design.widget.TextInputEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</merge>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment