修复测试反馈问题
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
android:checked="true"
|
||||
android:gravity="center"
|
||||
android:tag="all"
|
||||
android:text="@string/layout_screen_tip1"
|
||||
android:text="@string/layout_screen_tip2"
|
||||
android:textColor="@drawable/bg_home_search_text"
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="256dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_dialog_tip"
|
||||
android:minWidth="256dp"
|
||||
android:maxWidth="256dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
@@ -14,7 +14,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginStart="19dp"
|
||||
android:layout_marginEnd="11dp"
|
||||
android:layout_marginEnd="19dp"
|
||||
android:layout_marginTop="21dp"
|
||||
android:gravity="center"
|
||||
android:ellipsize="marquee"
|
||||
@@ -33,14 +33,14 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="14dp"
|
||||
android:layout_marginTop="9dp"
|
||||
android:visibility="visible"
|
||||
android:layout_marginEnd="14dp"
|
||||
android:gravity="center"
|
||||
tools:text="" />
|
||||
android:visibility="visible"
|
||||
tools:text="與TA語音聊天每分鐘續消耗999星幣您可通過充值獲取更多星幣以便繼續聊天" />
|
||||
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user