mm
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<com.qmuiteam.qmui.widget.tab.QMUITabSegment
|
||||
android:id="@+id/ScreenType"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="50dp"
|
||||
android:layout_height="40dp"
|
||||
android:orientation="horizontal" />
|
||||
|
||||
|
||||
|
||||
@@ -13,6 +13,18 @@
|
||||
android:layout_height="match_parent"
|
||||
android:background="#15516C" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/imageButtonAddUser"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginStart="65dp"
|
||||
android:layout_marginEnd="0dp"
|
||||
android:layout_marginBottom="13dp"
|
||||
android:onClick="addMember"
|
||||
app:srcCompat="@drawable/add" />
|
||||
|
||||
<GridView
|
||||
android:id="@+id/GridUser"
|
||||
android:layout_width="160dp"
|
||||
@@ -21,8 +33,8 @@
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginStart="0dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginBottom="0dp"
|
||||
android:layout_marginTop="0dp"
|
||||
android:layout_marginBottom="60dp"
|
||||
android:horizontalSpacing="10dp"
|
||||
android:numColumns="1">
|
||||
|
||||
@@ -51,6 +63,7 @@
|
||||
android:id="@+id/remote_video_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
</blue.view.SMPercentFrameLayout>
|
||||
|
||||
<blue.view.SMPercentFrameLayout
|
||||
@@ -94,21 +107,10 @@
|
||||
android:src="@drawable/phone3" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/show"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="30dp"
|
||||
android:text="123"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="20sp" />
|
||||
|
||||
<com.qmuiteam.qmui.widget.tab.QMUITabSegment
|
||||
android:id="@+id/ScreenType"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="50dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_marginStart="170dp"
|
||||
android:orientation="horizontal" />
|
||||
@@ -120,4 +122,16 @@
|
||||
android:layout_weight="1"
|
||||
android:fitsSystemWindows="true" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/show"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginEnd="30dp"
|
||||
android:text="123"
|
||||
android:textAlignment="viewEnd"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="18sp" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
125
app/src/main/res/layout/list_item_user_meeting.xml
Normal file
125
app/src/main/res/layout/list_item_user_meeting.xml
Normal file
@@ -0,0 +1,125 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/Item_user"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageViewBg"
|
||||
android:layout_width="170dp"
|
||||
android:layout_height="110dp"
|
||||
app:srcCompat="@drawable/bg3" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageViewStatus"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignStart="@+id/imageViewBg"
|
||||
android:layout_alignTop="@+id/imageViewBg"
|
||||
android:layout_alignEnd="@+id/imageViewBg"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="3dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:visibility="visible"
|
||||
app:srcCompat="@drawable/bg_half"
|
||||
app:tint="#8BC34A" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textViewName"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/imageViewStatus"
|
||||
android:layout_alignStart="@+id/imageViewStatus"
|
||||
android:layout_alignTop="@+id/imageViewStatus"
|
||||
android:layout_alignEnd="@+id/imageViewStatus"
|
||||
android:layout_marginStart="0dp"
|
||||
android:layout_marginTop="50dp"
|
||||
android:layout_marginEnd="1dp"
|
||||
android:text="小张"
|
||||
android:textAlignment="center"
|
||||
android:visibility="visible" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textViewNum"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignStart="@+id/imageViewStatus"
|
||||
android:layout_alignTop="@+id/imageViewStatus"
|
||||
android:layout_alignEnd="@+id/imageViewStatus"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginTop="15dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:text="100000"
|
||||
android:textAlignment="center"
|
||||
android:textColor="#FFFFFF" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView3PhoneIcon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignStart="@+id/imageViewStatus"
|
||||
android:layout_alignTop="@+id/imageViewStatus"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginTop="15dp"
|
||||
app:srcCompat="@drawable/phone" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageViewAddflag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignEnd="@+id/imageViewBg"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_marginStart="70dp"
|
||||
android:layout_marginTop="57dp"
|
||||
android:layout_marginEnd="76dp"
|
||||
android:visibility="gone"
|
||||
app:srcCompat="@drawable/add"
|
||||
app:tint="#DDDDDD" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="170dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_alignStart="@+id/imageViewBg"
|
||||
android:layout_alignEnd="@+id/imageViewBg"
|
||||
android:layout_alignBottom="@+id/imageViewBg"
|
||||
android:layout_alignParentEnd="false"
|
||||
android:layout_marginStart="0dp"
|
||||
android:layout_marginTop="0dp"
|
||||
android:layout_marginEnd="0dp"
|
||||
android:layout_marginBottom="0dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/memberStatus1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="19dp"
|
||||
android:layout_marginBottom="15dp"
|
||||
app:srcCompat="@android:drawable/stat_sys_speakerphone"
|
||||
app:tint="#999999" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/memberStatus2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="19dp"
|
||||
android:layout_marginBottom="15dp"
|
||||
android:layout_weight="1"
|
||||
app:srcCompat="@android:drawable/stat_notify_call_mute"
|
||||
app:tint="#999999" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/memberStatus3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="19dp"
|
||||
android:layout_marginBottom="15dp"
|
||||
android:layout_weight="1"
|
||||
app:srcCompat="@drawable/video"
|
||||
app:tint="#999999" />
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user