fix : 翻译问题
This commit is contained in:
@@ -98,9 +98,6 @@ public class SplashActivity extends AppCompatActivity implements View.OnClickLis
|
||||
initiate();
|
||||
}
|
||||
|
||||
public void initView() {
|
||||
mBinding.ivActivity.setTextView(20f);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onNewIntent(Intent intent) {
|
||||
@@ -146,6 +143,7 @@ public class SplashActivity extends AppCompatActivity implements View.OnClickLis
|
||||
|
||||
animation();
|
||||
//todo do 看下有没有图片适配问题 mLocalSplashVo.getType()==3 是图片
|
||||
mBinding.ivActivity.setTextView(20f);
|
||||
mBinding.ivActivity.load(mLocalSplashVo.getPict(),mLocalSplashVo.getFillVo().getImgMap(), mLocalSplashVo.getFillVo().getTextMap());
|
||||
|
||||
if (mLocalSplashVo.getType() != 0 && !TextUtils.isEmpty(mLocalSplashVo.getLink())) {
|
||||
|
@@ -108,6 +108,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="1dp"
|
||||
android:text="loading..."
|
||||
android:textDirection="ltr"
|
||||
android:textColor="@color/white_transparent_80"
|
||||
android:textSize="12sp"
|
||||
app:layout_constraintStart_toStartOf="@id/nick"
|
||||
|
@@ -5363,7 +5363,7 @@
|
||||
<string name="brvah_loading">جار التحميل...</string>
|
||||
<string name="Use">الاستخدام</string>
|
||||
<string name="Room_Mode">وضع الغرفة</string>
|
||||
<string name="Room_Value_s">قيمة الغرفة: %s</string>
|
||||
<string name="Room_Value_s">قيمة الغرفة:%s</string>
|
||||
<string name="Room_Admin_s">%2$s/%1$s :مشرف الغرفة </string>
|
||||
<string name="Next_LV_EXP_s">المسافة إلى المستوى التالي:%s</string>
|
||||
<string name="LV_s">المستوى%s</string>
|
||||
|
@@ -328,7 +328,7 @@ public class UriProvider {
|
||||
* 房间等级 规则
|
||||
*/
|
||||
public static String getRoomLevelRule() {
|
||||
return JAVA_WEB_URL.concat("/modules/roomLevel/index.html");
|
||||
return JAVA_WEB_URL.concat("/molistar/modules/roomLevel/index.html");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user