替换app icon,翻译
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="使用手機號登錄"
|
||||
android:text="@string/login_use_phone"
|
||||
android:layout_marginLeft="25dp"
|
||||
android:textColor="@color/black1"
|
||||
android:textSize="14sp" />
|
||||
@@ -257,7 +257,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="22dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_marginBottom="40dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
@@ -300,6 +300,7 @@
|
||||
android:id="@+id/lt_customer"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_height="30dp"
|
||||
android:gravity="center">
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
android:id="@+id/rt_main_tab"
|
||||
android:layout_width="match_parent"
|
||||
android:background="@color/white"
|
||||
android:layout_height="65dp"
|
||||
android:layout_height="55dp"
|
||||
android:layout_alignParentBottom="true">
|
||||
|
||||
<ImageView
|
||||
@@ -28,7 +28,7 @@
|
||||
<RelativeLayout
|
||||
android:id="@+id/bottom"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp"
|
||||
android:layout_height="55dp"
|
||||
android:layout_alignParentBottom="true">
|
||||
|
||||
<com.yunbao.common.custom.TabButtonGroup
|
||||
@@ -44,7 +44,7 @@
|
||||
app:tbn_checked="true"
|
||||
app:tbn_icon_array_id="@array/main_tab_home"
|
||||
app:tbn_icon_size="28dp"
|
||||
app:tbn_tip="遇見"
|
||||
app:tbn_tip="@string/main_tab_main"
|
||||
app:tbn_text_color_checked="#FFFF4598"
|
||||
app:tbn_text_color_unchecked="#FF101420"
|
||||
app:tbn_text_size="11sp" />
|
||||
@@ -55,7 +55,7 @@
|
||||
android:layout_weight="1"
|
||||
app:tbn_icon_array_id="@array/main_tab_video"
|
||||
app:tbn_icon_size="28dp"
|
||||
app:tbn_tip="娛樂"
|
||||
app:tbn_tip="@string/main_tab_yule"
|
||||
app:tbn_text_color_checked="#FFFF4598"
|
||||
app:tbn_text_color_unchecked="#FF101420"
|
||||
app:tbn_text_size="11sp" />
|
||||
@@ -66,7 +66,7 @@
|
||||
android:layout_weight="1"
|
||||
app:tbn_icon_array_id="@array/main_tab_list"
|
||||
app:tbn_icon_size="28dp"
|
||||
app:tbn_tip="廣場"
|
||||
app:tbn_tip="@string/main_tab_guangchang"
|
||||
app:tbn_text_color_checked="#FFFF4598"
|
||||
app:tbn_text_color_unchecked="#FF101420"
|
||||
app:tbn_text_size="11sp" />
|
||||
@@ -77,7 +77,7 @@
|
||||
android:layout_weight="1"
|
||||
app:tbn_icon_array_id="@array/main_tab_chat"
|
||||
app:tbn_icon_size="28dp"
|
||||
app:tbn_tip="我的"
|
||||
app:tbn_tip="@string/main_me"
|
||||
app:tbn_text_color_checked="#FFFF4598"
|
||||
app:tbn_text_color_unchecked="#FF101420"
|
||||
app:tbn_text_size="11sp" />
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:textColor="@color/colorPrimary"
|
||||
android:text="PD LIVE"
|
||||
android:text="POYO"
|
||||
android:paddingTop="2dp"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
@@ -42,4 +42,8 @@
|
||||
<string name="activity_feedback_edit_img_select">從相冊選取</string>
|
||||
<string name="activity_feedback_edit_img_camera">拍照</string>
|
||||
<string name="activity_battle_pass_all_get">一鍵領取</string>
|
||||
<string name="login_use_phone">使用手機號登錄</string>
|
||||
<string name="main_tab_main">遇見</string>
|
||||
<string name="main_tab_yule">娛樂</string>
|
||||
<string name="main_tab_guangchang">廣場</string>
|
||||
</resources>
|
||||
@@ -42,4 +42,8 @@
|
||||
<string name="activity_feedback_edit_img_select">Select from album</string>
|
||||
<string name="activity_feedback_edit_img_camera">Photo shoot</string>
|
||||
<string name="activity_battle_pass_all_get">Receive all</string>
|
||||
<string name="login_use_phone">Sign in with Phone Number</string>
|
||||
<string name="main_tab_main">Meet</string>
|
||||
<string name="main_tab_yule">Game</string>
|
||||
<string name="main_tab_guangchang">Moment</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user