Skip to content

Instantly share code, notes, and snippets.

@southerton81
Created March 10, 2020 09:47
Show Gist options
  • Save southerton81/8d6dc06efde82a6131b889e25cbbe53f to your computer and use it in GitHub Desktop.
Save southerton81/8d6dc06efde82a6131b889e25cbbe53f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fillViewport="true">
<FrameLayout android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="20dp">
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="24sp"
android:text="Test"
/>
</android.support.design.widget.TextInputLayout>
</FrameLayout>
</ScrollView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment