Android开发,下面这个EditText右下角的文字如何实现?
展开全部
可以使用相对布局
大概的XML布局代码
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="200dp">
<EditText
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="top"
android:hint="你想说的是..."
android:minLines="5"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_marginRight="20dp"
android:layout_marginBottom="20dp"
android:text="0/25"/>
</RelativeLayout>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |