update 布局&中英文

This commit is contained in:
zlzw 2023-09-23 10:31:06 +08:00
parent c015459cf1
commit 4b3b47b65f
4 changed files with 13 additions and 7 deletions

View File

@ -92,6 +92,7 @@ public class ToastUtil {
if (TextUtils.isEmpty(s)) { if (TextUtils.isEmpty(s)) {
return; return;
} }
Log.i("Toast", "Toast show: "+s);
Log.i("ts","ll"); Log.i("ts","ll");
Toast.makeText(CommonAppContext.sInstance,s,Toast.LENGTH_SHORT).show(); Toast.makeText(CommonAppContext.sInstance,s,Toast.LENGTH_SHORT).show();
Log.i("ts","22"); Log.i("ts","22");

View File

@ -683,7 +683,7 @@
<string name="live_user_shut_up">Banned users</string> <string name="live_user_shut_up">Banned users</string>
<string name="live_user_shut_up_list">List of forbidden users</string> <string name="live_user_shut_up_list">List of forbidden users</string>
<string name="live_admin_room">Live room of</string> <string name="live_admin_room">Live room of</string>
<string name="live_admin_shut_up_cancel">Lifting of the ban</string> <string name="live_admin_shut_up_cancel">Remove</string>
<string name="live_user_black_list">Blacklist of users</string> <string name="live_user_black_list">Blacklist of users</string>
<string name="live_no_shut_up">No banned users</string> <string name="live_no_shut_up">No banned users</string>
<string name="live_no_black">No blacklisted users</string> <string name="live_no_black">No blacklisted users</string>
@ -956,7 +956,7 @@ Limited ride And limited avatar frame</string>
<string name="chat_chat">Chat</string> <string name="chat_chat">Chat</string>
<string name="lucky_angel">Congratulations %s have won %s in the Lucky Angel! The next lucky angel will be you!</string> <string name="lucky_angel">Congratulations %s have won %s in the Lucky Angel! The next lucky angel will be you!</string>
<string name="lucky_100">Congratulations on %s winning %s in Luck 100 %%! Go pass on the good luck!</string> <string name="lucky_100">Congratulations on %s winning %s in Luck 100 %%! Go pass on the good luck!</string>
<string name="user_card_guard">Guardian %s</string> <string name="user_card_guard">guard %s</string>
<string name="to_receive">receive</string> <string name="to_receive">receive</string>
<string name="to_complete">To finish</string> <string name="to_complete">To finish</string>
<string name="already_collected">Already collected</string> <string name="already_collected">Already collected</string>

View File

@ -683,7 +683,7 @@
<string name="live_user_shut_up">Banned users</string> <string name="live_user_shut_up">Banned users</string>
<string name="live_user_shut_up_list">List of forbidden users</string> <string name="live_user_shut_up_list">List of forbidden users</string>
<string name="live_admin_room">Live room of</string> <string name="live_admin_room">Live room of</string>
<string name="live_admin_shut_up_cancel">Lifting of the ban</string> <string name="live_admin_shut_up_cancel">Remove</string>
<string name="live_user_black_list">Blacklist of users</string> <string name="live_user_black_list">Blacklist of users</string>
<string name="live_no_shut_up">No banned users</string> <string name="live_no_shut_up">No banned users</string>
<string name="live_no_black">No blacklisted users</string> <string name="live_no_black">No blacklisted users</string>

View File

@ -1,7 +1,8 @@
<?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"
android:layout_width="340dp" android:layout_width="340dp"
android:layout_height="75dp" android:layout_height="wrap_content"
android:minHeight="75dp"
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" xmlns:tools="http://schemas.android.com/tools"
android:background="@mipmap/bg_funs_live_anchor_start"> android:background="@mipmap/bg_funs_live_anchor_start">
@ -9,7 +10,7 @@
<com.yunbao.common.custom.RatioRoundImageView <com.yunbao.common.custom.RatioRoundImageView
android:id="@+id/avatar" android:id="@+id/avatar"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="0dp"
android:layout_marginStart="8dp" android:layout_marginStart="8dp"
android:layout_marginTop="7dp" android:layout_marginTop="7dp"
android:layout_marginBottom="7dp" android:layout_marginBottom="7dp"
@ -34,12 +35,16 @@
<TextView <TextView
android:id="@+id/description" android:id="@+id/description"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="8dp" android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"
android:text="@string/main_anchor_live_notify_info" android:text="@string/main_anchor_live_notify_info"
android:textSize="13sp"
android:textColor="#CCFFFFFF" android:textColor="#CCFFFFFF"
android:textSize="13sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/liveGo"
app:layout_constraintStart_toStartOf="@+id/anchorName" app:layout_constraintStart_toStartOf="@+id/anchorName"
app:layout_constraintTop_toBottomOf="@+id/anchorName" /> app:layout_constraintTop_toBottomOf="@+id/anchorName" />