We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45b1f0 commit 0e77e62Copy full SHA for 0e77e62
app/src/main/res/core/layout/activity_span.xml
@@ -12,13 +12,15 @@
12
style="@style/TextStyle"
13
android:layout_width="match_parent"
14
android:layout_height="wrap_content"
15
+ android:gravity="start"
16
android:layerType="software" />
17
18
<TextView
19
android:id="@+id/tv_about_span"
20
21
22
- android:clickable="true" />
23
+ android:clickable="true"
24
+ android:gravity="start" />
25
26
</LinearLayout>
0 commit comments