gpt4 book ai didi

android - 如何在 android Webview 中对齐文本?

转载 作者:行者123 更新时间:2023-11-30 04:29:04 26 4
gpt4 key购买 nike

我在 webView 中显示 html 代码。谁能告诉我如何将 HTMl 中的文本左右对齐?

<?xml version="1.0" encoding="utf-8"?>
<AbsoluteLayout
android:id="@+id/al1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffffff"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView
android:id="@+id/tv1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="About Us : Work Under Progress.."
android:textSize="20sp"
android:textStyle="bold"
android:background="#ffffff"
android:textColor="#ff000000"
android:gravity="right"
android:layout_x="0px"
android:layout_y="0px">
</TextView>
</AbsoluteLayout>

最佳答案

请尝试以下代码

<TextView>

... 机器人:重力=“右” ...

</TextView>

关于android - 如何在 android Webview 中对齐文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8034366/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com