Skip to content

Instantly share code, notes, and snippets.

@thaiall
Created August 3, 2017 09:59
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 thaiall/2ebf07ea7a56c033b660bf6abb1a70c1 to your computer and use it in GitHub Desktop.
Save thaiall/2ebf07ea7a56c033b660bf6abb1a70c1 to your computer and use it in GitHub Desktop.
Android Studio : havedata
<?xml version=”1.0″ encoding=”utf-8″?>
<android.support.constraint.ConstraintLayout xmlns:android=”http://schemas.android.com/apk/res/android”
xmlns:app=”http://schemas.android.com/apk/res-auto”
xmlns:tools=”http://schemas.android.com/tools”
android:layout_width=”match_parent”
android:layout_height=”match_parent”
tools:context=”com.thaiall.www.havedata.MainActivity”>
<ScrollView
android:layout_width=”wrap_content”
android:layout_height=”wrap_content”>
<TextView
android:id=”@+id/textView1″
android:layout_width=”wrap_content”
android:layout_height=”wrap_content”
android:layout_alignParentBottom=”true”
android:layout_alignParentEnd=”true”
android:scrollbars=”vertical”
android:text=”ข้อมูลที่นี่จำนวน 2313 ตัวอักษรที่นี่ ซึ่งเยอะกว่าหนึ่งหน้าปกติ” />
</ScrollView>
</android.support.constraint.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment