如何将强制性开始符号(用户名*)添加到android中的textview,而不使用另外两个视图,如imageview或textview

时间:2016-02-15 07:34:42

标签: android-layout

我必须为文本视图实现必需的字段指示器我已经在线性布局中采用了两个文本视图并且实现了可以帮助我而不使用其他视图。

<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>

0 个答案:

没有答案