fix:调整贵族中心部分翻译和文本局中对齐

This commit is contained in:
max
2024-04-02 11:30:11 +08:00
parent 408ec37ff2
commit 6ce3a64ea3
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,6 @@ import com.chwl.app.vip.adapter.VipMagicIndicatorAdapter
import com.chwl.app.vip.adapter.VipRebateAdapter import com.chwl.app.vip.adapter.VipRebateAdapter
import com.chwl.app.vip.dialog.SelectPayTypeDialog import com.chwl.app.vip.dialog.SelectPayTypeDialog
import com.chwl.app.vip.dialog.VipRemainTimeDialog import com.chwl.app.vip.dialog.VipRemainTimeDialog
import com.chwl.core.auth.AuthModel
import com.chwl.core.pay.PayModel import com.chwl.core.pay.PayModel
import com.chwl.core.pay.bean.ChargeBean import com.chwl.core.pay.bean.ChargeBean
import com.chwl.core.pay.bean.PayRecordId import com.chwl.core.pay.bean.PayRecordId

View File

@@ -5247,8 +5247,8 @@
<string name="all_mic">All</string> <string name="all_mic">All</string>
<string name="vip_privilege">Vip privilege</string> <string name="vip_privilege">Privilege</string>
<string name="vip_rebate">Rebate privilege</string> <string name="vip_rebate">Rebate</string>
<string name="vip_buy_tips_format">Users who directly purchase the %s level will not only directly enjoy all the privileges corresponding to the level, but also receive additional diamond rebates.</string> <string name="vip_buy_tips_format">Users who directly purchase the %s level will not only directly enjoy all the privileges corresponding to the level, but also receive additional diamond rebates.</string>
<string name="vip_rebate_tips">The specific rebate dates and the number of rebate diamonds are as follows:</string> <string name="vip_rebate_tips">The specific rebate dates and the number of rebate diamonds are as follows:</string>
<string name="vip_level_name">Level name</string> <string name="vip_level_name">Level name</string>

View File

@@ -20,6 +20,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="7dp" android:layout_marginTop="7dp"
android:gravity="center"
android:textColor="#ff9f8052" android:textColor="#ff9f8052"
android:textSize="14dp" android:textSize="14dp"
tools:text="@string/layout_item_vip_auth_01" /> tools:text="@string/layout_item_vip_auth_01" />