我必须为文本视图实现必需的字段指示器我已经在线性布局中采用了两个文本视图并且实现了可以帮助我而不使用其他视图。
<LinearLayout android:layout_width="wrap_content" android:orientation="horizontal" android:layout_height="wrap_content">
<TextView android:layout_width="wrap_content" android:text="Username" android:layout_height="wrap_content" />
<TextView android:layout_width="wrap_content" android:text="*" android:textColor="#fcf90303" android:layout_height="wrap_content" />
</LinearLayout>