赞
踩
TabLayout 下面的 TableRow中有2个TextView 如果输入的文本过长,会导致显示不全.
解决办法: 对TextView宽度使用权重百分比即可。
android:layout_width="0dp"
android:layout_weight="1"