[Modify]去掉loading底下的文字
This commit is contained in:
@@ -161,7 +161,7 @@ public class ButtonItemFactory {
|
|||||||
|
|
||||||
//关注
|
//关注
|
||||||
buttonItems.add(createAttentItem());
|
buttonItems.add(createAttentItem());
|
||||||
//关注
|
//@Ta
|
||||||
buttonItems.add(createAtItem());
|
buttonItems.add(createAtItem());
|
||||||
|
|
||||||
final RoomInfo currentRoom = AvRoomDataManager.get().mCurrentRoomInfo;
|
final RoomInfo currentRoom = AvRoomDataManager.get().mCurrentRoomInfo;
|
||||||
|
@@ -13,13 +13,4 @@
|
|||||||
app:autoPlay="true"
|
app:autoPlay="true"
|
||||||
app:source="svga/loading.svga" />
|
app:source="svga/loading.svga" />
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:layout_marginTop="16dp"
|
|
||||||
android:text="@string/layout_dialog_loading_01"
|
|
||||||
android:textColor="#ffc9bcf2"
|
|
||||||
android:textSize="16sp" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@@ -1,17 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="70dp"
|
android:layout_height="70dp"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
tools:layout_width="75dp" >
|
android:orientation="vertical"
|
||||||
|
tools:layout_width="75dp">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/image"
|
android:id="@+id/image"
|
||||||
android:layout_width="40dp"
|
android:layout_width="40dp"
|
||||||
android:layout_height="40dp"
|
android:layout_height="40dp" />
|
||||||
/>
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/text"
|
android:id="@+id/text"
|
||||||
|
@@ -57,8 +57,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:paddingTop="@dimen/dp_10"
|
android:layout_marginStart="@dimen/dp_10"
|
||||||
android:layout_marginStart="@dimen/dp_10">
|
android:paddingTop="@dimen/dp_10">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/avatar"
|
android:id="@+id/avatar"
|
||||||
@@ -79,9 +79,9 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:layout_marginStart="2dp"
|
android:layout_marginStart="2dp"
|
||||||
android:paddingTop="@dimen/dp_10"
|
|
||||||
android:layout_toEndOf="@id/fl_avatar_layout"
|
android:layout_toEndOf="@id/fl_avatar_layout"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
android:paddingTop="@dimen/dp_10">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@@ -250,10 +250,10 @@
|
|||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
android:id="@+id/iv_copy"
|
android:id="@+id/iv_copy"
|
||||||
android:src="@drawable/ic_room_user_copy"
|
|
||||||
android:layout_marginStart="@dimen/dp_4"
|
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginStart="@dimen/dp_4"
|
||||||
|
android:src="@drawable/ic_room_user_copy" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@@ -338,14 +338,13 @@
|
|||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
|
android:id="@+id/recyclerview_skill_card"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="12dp"
|
||||||
android:layout_marginEnd="12dp"
|
|
||||||
android:id="@+id/recyclerview_skill_card"
|
|
||||||
android:layout_marginTop="@dimen/dp_8"
|
android:layout_marginTop="@dimen/dp_8"
|
||||||
android:layout_marginBottom="@dimen/dp_8"
|
android:layout_marginEnd="12dp"
|
||||||
/>
|
android:layout_marginBottom="@dimen/dp_8" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/layout_grid_button"
|
android:id="@+id/layout_grid_button"
|
||||||
|
@@ -16,12 +16,6 @@
|
|||||||
app:autoPlay="true"
|
app:autoPlay="true"
|
||||||
app:source="svga/loading.svga" />
|
app:source="svga/loading.svga" />
|
||||||
|
|
||||||
<!-- <ProgressBar-->
|
|
||||||
<!-- android:layout_width="240dp"-->
|
|
||||||
<!-- android:layout_height="wrap_content"-->
|
|
||||||
<!-- android:layout_marginTop="@dimen/dp_10"-->
|
|
||||||
<!-- android:layout_marginBottom="@dimen/dp_10" />-->
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_tip"
|
android:id="@+id/tv_tip"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@@ -29,6 +23,7 @@
|
|||||||
android:layout_marginTop="@dimen/dp_16"
|
android:layout_marginTop="@dimen/dp_16"
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
|
android:visibility="gone"
|
||||||
android:text="@string/common_loading_tips"
|
android:text="@string/common_loading_tips"
|
||||||
android:textColor="#C9BCF2"
|
android:textColor="#C9BCF2"
|
||||||
android:textSize="14sp" />
|
android:textSize="14sp" />
|
||||||
|
Reference in New Issue
Block a user