Skip to content

Commit 551017c

Browse files
committed
fix #305, align file editor text to the top
1 parent f08f747 commit 551017c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/activity_read_text.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
android:layout_width="match_parent"
1212
android:layout_height="wrap_content"
1313
android:background="@null"
14+
android:gravity="top"
1415
android:inputType="textMultiLine|textNoSuggestions"
1516
android:padding="@dimen/medium_margin"
1617
android:textCursorDrawable="@null"

0 commit comments

Comments
 (0)