修复测试反馈问题
This commit is contained in:
@@ -125,4 +125,19 @@
|
||||
app:layout_constraintBottom_toTopOf="@+id/call_stop"
|
||||
app:layout_constraintEnd_toStartOf="@+id/call_msg"
|
||||
app:layout_constraintStart_toEndOf="@+id/call_stop" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/tips"
|
||||
android:layout_width="157dp"
|
||||
android:layout_height="31dp"
|
||||
android:visibility="gone"
|
||||
android:textColor="#333333"
|
||||
android:textSize="12sp"
|
||||
tools:visibility="visible"
|
||||
tools:text="等待对方接受邀请..."
|
||||
android:background="@drawable/bg_call_view_tips"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -16,9 +16,24 @@
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintVertical_bias="0.0" />
|
||||
app:layout_constraintVertical_bias="0.0" >
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
|
||||
<Button
|
||||
android:id="@+id/tips"
|
||||
android:layout_width="157dp"
|
||||
android:layout_height="31dp"
|
||||
android:visibility="gone"
|
||||
android:textColor="#333333"
|
||||
android:textSize="12sp"
|
||||
tools:text="等待对方接受邀请..."
|
||||
android:background="@drawable/bg_call_view_tips"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rc_voip_two_btn"
|
||||
@@ -80,4 +95,13 @@
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/close1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="46dp"
|
||||
android:layout_marginEnd="18dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@mipmap/ic_call_close" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -269,6 +269,7 @@
|
||||
android:background="@drawable/bg_home_search_checked"
|
||||
android:button="@null"
|
||||
android:gravity="center"
|
||||
android:tag="2"
|
||||
android:text="@string/layout_screen_tip8"
|
||||
android:textColor="@drawable/bg_home_search_text"
|
||||
android:textSize="14sp" />
|
||||
@@ -280,6 +281,7 @@
|
||||
android:layout_marginStart="10dp"
|
||||
android:background="@drawable/bg_home_search_checked"
|
||||
android:button="@null"
|
||||
android:tag="1"
|
||||
android:gravity="center"
|
||||
android:text="@string/layout_screen_tip9"
|
||||
android:textColor="@drawable/bg_home_search_text"
|
||||
@@ -290,18 +292,36 @@
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<Button
|
||||
android:id="@+id/apply"
|
||||
android:layout_width="151dp"
|
||||
android:layout_height="45dp"
|
||||
android:background="@drawable/bg_home_search_btn"
|
||||
android:text="@string/layout_screen_tip10"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="14sp"
|
||||
<LinearLayout
|
||||
android:id="@+id/button_layout"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/auth_layout" />
|
||||
app:layout_constraintTop_toBottomOf="@+id/auth_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<Button
|
||||
android:id="@+id/reset"
|
||||
android:layout_width="151dp"
|
||||
android:layout_height="45dp"
|
||||
android:background="@drawable/bg_home_search_btn"
|
||||
android:text="@string/layout_screen_tip11"
|
||||
android:layout_marginEnd="32dp"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="14sp" />
|
||||
<Button
|
||||
android:id="@+id/apply"
|
||||
android:layout_width="151dp"
|
||||
android:layout_height="45dp"
|
||||
android:background="@drawable/bg_home_search_btn"
|
||||
android:text="@string/layout_screen_tip10"
|
||||
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -7,8 +7,8 @@
|
||||
<WebView
|
||||
android:id="@+id/webView"
|
||||
android:layout_marginTop="@dimen/activity_top"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
@@ -77,6 +77,14 @@
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:srcCompat="@mipmap/ic_tab_dynamic_top" />
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/matching"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="56dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:srcCompat="@mipmap/ic_matching_free" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -24,4 +24,14 @@
|
||||
app:spanCount="2"
|
||||
tools:listitem="@layout/item_home_hot" />
|
||||
</io.rong.imkit.widget.refresh.SmartRefreshLayout>
|
||||
<include
|
||||
android:id="@+id/view_empty"
|
||||
layout="@layout/view_empty_list"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -127,7 +127,9 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="end"
|
||||
android:maxLength="8"
|
||||
android:maxEms="5"
|
||||
android:singleLine="true"
|
||||
tools:text="啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊"
|
||||
android:text="@string/layout_f_my_tips1"
|
||||
android:textColor="#D56FF0"
|
||||
android:textSize="19sp"
|
||||
|
||||
@@ -34,15 +34,6 @@
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/matching"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="56dp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:srcCompat="@mipmap/ic_matching_free" />
|
||||
|
||||
<include
|
||||
android:id="@+id/view_empty"
|
||||
|
||||
@@ -2,14 +2,16 @@
|
||||
<androidx.constraintlayout.widget.ConstraintLayout 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="167dp"
|
||||
android:layout_height="167dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxWidth="167dp"
|
||||
android:maxHeight="167dp"
|
||||
android:layout_marginTop="16dp">
|
||||
|
||||
<com.makeramen.roundedimageview.RoundedImageView
|
||||
android:id="@+id/avatar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="167dp"
|
||||
android:layout_height="167dp"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/m_chu_xia"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@@ -80,7 +82,7 @@
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_marginStart="5dp"
|
||||
app:srcCompat="@mipmap/ic_home_hot_woman" />
|
||||
app:srcCompat="@mipmap/icon_level" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/level"
|
||||
|
||||
@@ -73,12 +73,13 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/user_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
tools:text="TextView"
|
||||
tools:text="微信红红火火恍恍惚惚哈哈哈"
|
||||
android:textColor="#333333"
|
||||
android:maxLength="5"
|
||||
android:ellipsize="end"
|
||||
android:layout_weight="0.8"
|
||||
android:singleLine="true"
|
||||
android:layout_gravity="center"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
Reference in New Issue
Block a user