fix:修复房间底部输入框入口多语言适配问题
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="52dp"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:background="@drawable/bg_room_bottom"
|
||||
android:orientation="horizontal">
|
||||
|
||||
@@ -27,15 +28,23 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_room_send_msg_input"
|
||||
android:layout_width="100dp"
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="30dp"
|
||||
android:background="@drawable/bg_say_something"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingStart="13dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:gravity="center"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:maxLines="1"
|
||||
app:autoSizeMaxTextSize="@dimen/sp_14"
|
||||
app:autoSizeMinTextSize="@dimen/sp_8"
|
||||
app:autoSizeStepGranularity="1sp"
|
||||
app:autoSizeTextType="uniform"
|
||||
android:autoSizeMaxTextSize="@dimen/sp_14"
|
||||
android:autoSizeMinTextSize="@dimen/sp_8"
|
||||
android:autoSizeStepGranularity="1sp"
|
||||
android:autoSizeTextType="uniform"
|
||||
android:text="@string/room_say_something"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/sp_14"
|
||||
android:visibility="visible"
|
||||
tools:visibility="visible" />
|
||||
|
||||
|
@@ -1019,7 +1019,7 @@
|
||||
<string name="me_not_joining_the_room">غير مشترك في الغرفة</string>
|
||||
<string name="me_apply_to_join">التقديم للانضمام</string>
|
||||
<string name="room_down_to_the_bottom">وصلت إلى القاع~ ستعود تلقائيًا إلى الغرفة الحالية</string>
|
||||
<string name="room_say_something">قل شيئًا</string>
|
||||
<string name="room_say_something">قل شيئًا…</string>
|
||||
<string name="room_leave">مغادرة</string>
|
||||
<string name="share_line">لاين</string>
|
||||
<string name="share_facebook">فيسبوك</string>
|
||||
|
@@ -1033,7 +1033,7 @@
|
||||
<string name="me_not_joining_the_room">Not Joining the Room</string>
|
||||
<string name="me_apply_to_join">Apply to Join</string>
|
||||
<string name="room_down_to_the_bottom">Reached the bottom~ Automatically return to the current room</string>
|
||||
<string name="room_say_something">Say something</string>
|
||||
<string name="room_say_something">Say something…</string>
|
||||
<string name="room_leave">Leave</string>
|
||||
<string name="share_line">Line</string>
|
||||
<string name="share_facebook">Facebook</string>
|
||||
|
Reference in New Issue
Block a user