Skip to content

Commit 0e77e62

Browse files
committed
see 09/12 log
1 parent a45b1f0 commit 0e77e62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/res/core/layout/activity_span.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
style="@style/TextStyle"
1313
android:layout_width="match_parent"
1414
android:layout_height="wrap_content"
15+
android:gravity="start"
1516
android:layerType="software" />
1617

1718
<TextView
1819
android:id="@+id/tv_about_span"
1920
style="@style/TextStyle"
2021
android:layout_width="match_parent"
2122
android:layout_height="wrap_content"
22-
android:clickable="true" />
23+
android:clickable="true"
24+
android:gravity="start" />
2325

2426
</LinearLayout>

0 commit comments

Comments
 (0)