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