diff --git a/live/src/main/res/layout/dialog_anchor_say.xml b/live/src/main/res/layout/dialog_anchor_say.xml index 531a4c7a2..5ac30bdb8 100644 --- a/live/src/main/res/layout/dialog_anchor_say.xml +++ b/live/src/main/res/layout/dialog_anchor_say.xml @@ -88,9 +88,9 @@ android:autofillHints="" android:background="@drawable/bg_item_random_pk_type_1" android:ems="10" - android:hint="@string/live_anchor_say_edit_hint" + android:hint="@string/enter_a_brief_title" android:inputType="textPersonName" - android:maxLength="30" + android:singleLine="true" android:paddingStart="16dp" android:paddingEnd="16dp" android:textColor="#FFF" @@ -128,6 +128,7 @@ android:paddingStart="16dp" android:paddingEnd="16dp" android:textColor="#FFF" + android:maxLength="40" android:textColorHint="#80FFFFFF" android:textSize="16sp" app:layout_constraintEnd_toEndOf="parent" diff --git a/live/src/main/res/layout/item_anchor_say.xml b/live/src/main/res/layout/item_anchor_say.xml index 4d3b6c13e..a0c8709c7 100644 --- a/live/src/main/res/layout/item_anchor_say.xml +++ b/live/src/main/res/layout/item_anchor_say.xml @@ -10,11 +10,24 @@ + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintVertical_bias="0.2" /> + + \ No newline at end of file diff --git a/live/src/main/res/values-zh/strings.xml b/live/src/main/res/values-zh/strings.xml index db72d79af..ceb5cd773 100644 --- a/live/src/main/res/values-zh/strings.xml +++ b/live/src/main/res/values-zh/strings.xml @@ -80,7 +80,7 @@ 我能想到最浪漫的事,就是和你一起慢慢變老,一路上收藏點點滴滴的歡笑,留到以後坐著搖椅慢慢聊。 聯繫方式 編輯女神說 - 请輸入女神想說的話,限16個字哦。 + 请輸入女神想說的話,限40個字哦。 选择样式 女神說開關 刪除郵件 @@ -174,5 +174,5 @@ 詳情 喜歡主播就關注ta吧~ <整蠱 - + 請輸入簡短標題 diff --git a/live/src/main/res/values/strings.xml b/live/src/main/res/values/strings.xml index 835cdeea2..58ff7853e 100644 --- a/live/src/main/res/values/strings.xml +++ b/live/src/main/res/values/strings.xml @@ -81,7 +81,7 @@ The most romantic thing I can think of is to grow old with you, to collect all the laughs along the way, and to talk about them later in a rocking chair. Contact Editors Goddess says - Please enter the words the goddess wants to say, limited to 16 words. + Please enter the words the goddess wants to say, limited to 40 words. Select Style The Goddess Says Switch Delete Mail @@ -177,5 +177,5 @@ Details If you like this anchor, please subscribe to him. <trick - + Please enter a brief title. \ No newline at end of file