修改中英文
This commit is contained in:
parent
7b62409bf1
commit
45a5d6ad61
@ -258,7 +258,7 @@ public class LiveLinkMicPresenter implements View.OnClickListener {
|
|||||||
mIsLinkMic = true;
|
mIsLinkMic = true;
|
||||||
mLinkMicUid = CommonAppConfig.getInstance().getUid();
|
mLinkMicUid = CommonAppConfig.getInstance().getUid();
|
||||||
if (mLinkMicTip != null) {
|
if (mLinkMicTip != null) {
|
||||||
mLinkMicTip.setText(R.string.live_link_mic_3);
|
mLinkMicTip.setText(mContext.getString(R.string.live_link_mic_3));
|
||||||
}
|
}
|
||||||
LiveHttpUtil.getLinkMicStream(new HttpCallback() {
|
LiveHttpUtil.getLinkMicStream(new HttpCallback() {
|
||||||
@Override
|
@Override
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="430dp"
|
android:layout_height="430dp"
|
||||||
android:background="@drawable/bg_live_tota">
|
android:background="@drawable/bg_live_tota">
|
||||||
@ -53,7 +52,7 @@
|
|||||||
app:tabIndicator="@drawable/random_pk_shape_tab_indicator"
|
app:tabIndicator="@drawable/random_pk_shape_tab_indicator"
|
||||||
app:tabIndicatorColor="#F6F7FB"
|
app:tabIndicatorColor="#F6F7FB"
|
||||||
app:tabIndicatorFullWidth="false"
|
app:tabIndicatorFullWidth="false"
|
||||||
app:tabMaxWidth="100dp"
|
app:tabMaxWidth="130dp"
|
||||||
app:tabMode="scrollable"
|
app:tabMode="scrollable"
|
||||||
app:tabSelectedTextColor="#F6F7FB"
|
app:tabSelectedTextColor="#F6F7FB"
|
||||||
app:tabTextColor="#9A9A9A" />
|
app:tabTextColor="#9A9A9A" />
|
||||||
@ -119,11 +118,23 @@
|
|||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent">
|
app:layout_constraintStart_toStartOf="parent">
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:gravity="center">
|
||||||
|
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="20dp"
|
||||||
|
android:layout_weight="1">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tmp_text1"
|
android:id="@+id/tmp_text1"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="10dp"
|
android:layout_marginStart="10dp"
|
||||||
|
android:ellipsize="end"
|
||||||
|
android:singleLine="true"
|
||||||
android:text="自由PK剩余次數"
|
android:text="自由PK剩余次數"
|
||||||
android:textColor="#9A9A9A"
|
android:textColor="#9A9A9A"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
@ -132,7 +143,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/free_pk_num"
|
android:id="@+id/free_pk_num"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="70dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="4dp"
|
android:layout_marginStart="4dp"
|
||||||
android:text="-2"
|
android:text="-2"
|
||||||
@ -141,6 +152,8 @@
|
|||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintStart_toEndOf="@+id/tmp_text1"
|
app:layout_constraintStart_toEndOf="@+id/tmp_text1"
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tmp_text2"
|
android:id="@+id/tmp_text2"
|
||||||
@ -162,5 +175,8 @@
|
|||||||
app:layout_constraintEnd_toStartOf="@+id/tmp_text2"
|
app:layout_constraintEnd_toStartOf="@+id/tmp_text2"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
app:srcCompat="@mipmap/icon_free_pk_waring" />
|
app:srcCompat="@mipmap/icon_free_pk_waring" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
Loading…
Reference in New Issue
Block a user