完善个人资料,编辑页面调整,领取奖励页面构建

This commit is contained in:
18401019693
2023-05-10 15:30:36 +08:00
parent 229c8e72cf
commit 73b075b2a7
10 changed files with 490 additions and 143 deletions

View File

@@ -1151,4 +1151,8 @@ Limited ride And limited avatar frame</string>
<string name="delete_account2">After clicking delete, it will take effect immediately and cannot be restored. Are you sure you want to continue?</string>
<string name="delete_account3">Confirm deletion</string>
<string name="complete_information">完整填寫領大禮</string>
<string name="complete_information_consumable">填寫“*”的選項可完成</string>
<string name="love_powder">真愛粉\n頭像框(7天)</string>
<string name="golden_beans_128">128金豆</string>
<string name="love_powder_medal">真愛粉\n勛章(7天)</string>
</resources>

View File

@@ -93,9 +93,10 @@
<style name="edit_profile_group" parent="AppTheme">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">60dp</item>
<item name="android:layout_height">45dp</item>
<item name="android:paddingLeft">15dp</item>
<item name="android:paddingRight">15dp</item>
<item name="android:background">@color/white</item>
</style>
<style name="Theme.PayssionTrans" parent="Theme.AppCompat.Light">