Ok cuuus langsung buka aja layoutnya, file xml'nya.
Tambahkan ini :
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android:inputType="textMultiLine" | |
android:maxLines="100" | |
android:scrollHorizontally="false" | |
<!-- contoh --> | |
<EditText | |
android:id="@+id/txtWrapping" | |
android:layout_width="350dp" | |
android:layout_height="160dp" | |
android:ellipsize="none" | |
android:ems="10" | |
android:inputType="textMultiLine" | |
android:maxLines="100" | |
android:scrollHorizontally="false" > | |
<requestFocus /> | |
</EditText> |
di widget EditText.
Semoga bermanfaat ^_^
Tidak ada komentar:
Posting Komentar