[Modify]钻石繁体字修改
This commit is contained in:
@@ -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"
|
||||
|
@@ -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) {
|
||||
|
@@ -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)
|
||||
}
|
||||
|
@@ -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"
|
||||
|
@@ -57,7 +57,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="11sp"
|
||||
tools:text="520鑽" />
|
||||
tools:text="520鉆" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Reference in New Issue
Block a user