[Modify]钻石繁体字修改

This commit is contained in:
wushaocheng
2023-03-21 14:18:53 +08:00
parent e8358a1044
commit db02f36642
5 changed files with 11 additions and 4 deletions

View File

@@ -967,6 +967,13 @@
android:configChanges="screenSize|orientation|keyboardHidden|mcc|mnc|locale|touchscreen|screenLayout|keyboard|navigation|fontScale|uiMode|smallestScreenSize|layoutDirection"
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".treasurefairy.HomeFairyActivity"
android:theme="@style/dialog_web_view_activity" />
<activity
android:name=".ui.webview.FairyDialogWebViewActivity"
android:theme="@style/dialog_web_view_activity" />
<meta-data
android:name="notch.config"

View File

@@ -1070,7 +1070,7 @@ public class MessageView extends FrameLayout {
}
})
.append("在奪寶精靈中 " + type, new ForegroundColorSpan(whiteColor))
.append(fairyMsgInfo.getRewardShowValue() + "" + fairyMsgInfo.getRewardName(), new ForegroundColorSpan(roomTipColor));
.append(fairyMsgInfo.getRewardShowValue() + "" + fairyMsgInfo.getRewardName(), new ForegroundColorSpan(roomTipColor));
}
private SpannableBuilder builderDrawMsg(TextView textView, @NonNull FairyMsgInfo fairyMsgInfo, String desc) {

View File

@@ -85,7 +85,7 @@ class ExchangeFairyFragment : BaseViewBindingFragment<TreasureFairyFragmentExcha
val exchangeGift = exchangeGiftList.firstOrNull { it.level == fairyType } ?: return
binding.ivGift.load(exchangeGift.rewardPicUrl)
binding.tvGiftName.text = exchangeGift.rewardName
binding.tvGiftPrice.text = "${exchangeGift.rewardShowValue}"
binding.tvGiftPrice.text = "${exchangeGift.rewardShowValue}"
binding.ivCompound.setOnClickListener {
viewModel.exchangeGift(exchangeGift.itemId)
}

View File

@@ -115,7 +115,7 @@
app:layout_constraintEnd_toStartOf="@id/tv_gift_name"
app:layout_constraintStart_toEndOf="@id/tv_gift_name"
app:layout_constraintTop_toBottomOf="@id/view_bg_gift_line"
tools:text="34650" />
tools:text="34650" />
<ImageView
android:id="@+id/iv_compound"

View File

@@ -57,7 +57,7 @@
android:layout_height="wrap_content"
android:textColor="@color/white"
android:textSize="11sp"
tools:text="520" />
tools:text="520" />
</LinearLayout>