【发布时间】:2023-03-14 09:59:01
【问题描述】:
项目符号与下一段在同一行开始。 现在我想实现这样的目标
我希望段落从离子弹不远的地方开始。我怎样才能做到这一点?
这是我的xml
<me.biubiubiu.justifytext.library.JustifyTextView
android:textColor="@color/black"
android:paddingTop="2dp"
android:id="@+id/practices"
android:layout_below="@+id/thumbnail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="15sp" />
【问题讨论】:
-
您可以使用 Webview 小部件,它可以根据需要格式化数据,也可以使用 html 代码的功能。
标签: android xml android-layout listview