<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:gravity="center"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<ProgressBar android:id="@+android:id/progress_small"
style="?android:attr/progressBarStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="15sp"
android:gravity="center"
android:text="LOREM IPSUM BAB BABALOREM IPSUM BAB BABALOREM"
/>
</LinearLayout>
如何消除 Lorem 的 L 和进度条之间的差距?我希望文本仅居中对齐。
textview 宽度是换行内容。但是两边都有差距。如何摆脱它?
我也不希望单行它。因为我不想错过它显示的任何单词。
我也不想让它左对齐