修复下播页面关注按钮在英文状态下自动换行问题
This commit is contained in:
parent
c1aa8188ce
commit
9486a1a572
@ -253,17 +253,18 @@
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/follow_user"
|
||||
android:layout_width="65.33dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:background="@drawable/background_live_end"
|
||||
android:gravity="center_vertical"
|
||||
android:gravity="center"
|
||||
android:padding="10dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:text="+ "
|
||||
android:textColor="@color/white"
|
||||
android:textSize="13.33sp" />
|
||||
@ -276,6 +277,8 @@
|
||||
android:textSize="13.33sp" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user