Skip to content

Commit

Permalink
Added scroll vertically automatically in TextView
Browse files Browse the repository at this point in the history
  • Loading branch information
josejuansanchez committed Jun 19, 2016
1 parent 796f59f commit bb214e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
android:layout_height="150dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="34dp"
android:background="#FFFFFF"/>
android:background="#FFFFFF"
android:scrollbars="vertical"
android:gravity="bottom" />

<EditText
android:id="@+id/editText1"
Expand Down

0 comments on commit bb214e8

Please sign in to comment.