Commit 547ee9a2 authored by houzhenpu's avatar houzhenpu

update:企业认证成功页面资源统一

parent 6914d801
......@@ -2,6 +2,7 @@ package com.yidian.shenghuoquan.newscontent.ui
import android.os.Bundle
import com.yidian.common.base.BaseActivity
import com.yidian.shenghuoquan.newscontent.R
import com.yidian.shenghuoquan.newscontent.databinding.ActivityEnterpriseCertificationBinding
import kotlinx.android.synthetic.main.top_bar.view.*
......@@ -21,6 +22,6 @@ class EnterpriseCertificationActivity : BaseActivity<ActivityEnterpriseCertifica
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
viewBind.root.title.text = "企业认证"
viewBind.root.title.text = resources.getString(R.string.enterprise_certification)
}
}
\ No newline at end of file
......@@ -14,7 +14,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="38dp"
android:gravity="center"
android:text="提交成功"
android:text="@string/submitted_successfully"
android:drawablePadding="6dp"
android:drawableStart="@mipmap/success_icon"
android:textColor="#FFF26E3D"
......@@ -23,7 +23,7 @@
<TextView
android:layout_width="240dp"
android:layout_height="wrap_content"
android:text="已成功提交企业号审核,请留意注册手机号通知信息"
android:text="@string/mobile_phone_number_notification_information"
android:textSize="16sp"
android:textColor="#FF999999"
android:layout_marginTop="4dp"
......@@ -49,7 +49,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="企业认证"
android:text="@string/enterprise_certification"
android:textSize="24sp"
android:textColor="#FF333333"
android:layout_marginRight="10dp"
......@@ -58,7 +58,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="待审核"
android:text="@string/pending_review"
android:textSize="14sp"
android:paddingLeft="6dp"
android:paddingRight="6dp"
......@@ -72,7 +72,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="公司名称"
android:text="@string/company_name"
android:textSize="16sp"
android:layout_marginTop="20dp"
android:textColor="#FF999999"
......@@ -91,7 +91,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="统一社会信用代码"
android:text="@string/credit_code"
android:textSize="16sp"
android:layout_marginTop="20dp"
android:textColor="#FF999999"
......@@ -110,7 +110,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="经营者信息"
android:text="@string/operator_information"
android:textSize="16sp"
android:layout_marginTop="20dp"
android:textColor="#FF999999"
......@@ -133,7 +133,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="创建生活号"
android:text="@string/create_a_life_number"
android:textSize="16sp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
......
<resources>
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools ="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name">Yac</string>
<string name="action_settings">Settings</string>
<!-- Strings used for fragments for navigation -->
......@@ -48,5 +49,15 @@
<!--生活圈B端-->
<string name="life_account_identity_select">生活号身份选择</string>
<string name="enter_life_account">进入生活号</string>
<string name="submitted_successfully">提交成功</string>
<string name="mobile_phone_number_notification_information">已成功提交企业号审核,请留意注册手机号通知信息</string>
<string name="enterprise_certification">企业认证</string>
<string name="pending_review">待审核</string>
<string name="company_name">公司名称</string>
<string name="credit_code">统一社会信用代码</string>
<string name="operator_information">经营者信息</string>
<string name="create_a_life_number">创建生活号</string>
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment