|
|
@ -44,11 +44,7 @@ |
|
|
|
android:layout_centerInParent="true" /> |
|
|
|
android:layout_centerInParent="true" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
|
|
|
android:id="@+id/recycleview" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="200dp" |
|
|
|
|
|
|
|
android:layout_above="@+id/rel_btn" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
<FrameLayout |
|
|
@ -81,67 +77,115 @@ |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_alignParentBottom="true" |
|
|
|
android:layout_marginBottom="45dp"> |
|
|
|
android:layout_marginBottom="45dp"> |
|
|
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/btn_leave" |
|
|
|
android:id="@+id/lin_hang_up" |
|
|
|
android:layout_width="60dp" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="60dp" |
|
|
|
|
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
|
|
|
|
android:background="@mipmap/icon_hang_up" |
|
|
|
|
|
|
|
android:onClick="click" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="60dp" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@+id/btn_leave" |
|
|
|
android:layout_marginRight="84dp" |
|
|
|
android:layout_alignLeft="@+id/btn_leave" |
|
|
|
android:background="@drawable/bg_focus_selector_10" |
|
|
|
android:layout_marginTop="10dp" |
|
|
|
android:clickable="true" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:focusable="true" |
|
|
|
android:text="挂断" |
|
|
|
android:focusableInTouchMode="true" |
|
|
|
android:textColor="#ffffff" |
|
|
|
android:nextFocusLeft="@+id/lin_hang_up" |
|
|
|
android:textSize="10sp" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
|
|
android:id="@+id/btn_camera" |
|
|
|
|
|
|
|
android:layout_width="60dp" |
|
|
|
|
|
|
|
android:layout_height="60dp" |
|
|
|
|
|
|
|
android:layout_marginLeft="15dp" |
|
|
|
|
|
|
|
android:layout_toRightOf="@+id/btn_leave" |
|
|
|
|
|
|
|
android:background="@null" |
|
|
|
|
|
|
|
android:onClick="click" |
|
|
|
android:onClick="click" |
|
|
|
android:src="@mipmap/icon_camera_on" /> |
|
|
|
android:orientation="vertical" |
|
|
|
|
|
|
|
android:padding="@dimen/dp_10"> |
|
|
|
<TextView |
|
|
|
|
|
|
|
android:id="@+id/tv_camera" |
|
|
|
<Button |
|
|
|
android:layout_width="60dp" |
|
|
|
android:id="@+id/btn_leave" |
|
|
|
|
|
|
|
android:layout_width="60dp" |
|
|
|
|
|
|
|
android:layout_height="60dp" |
|
|
|
|
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
|
|
|
|
android:background="@mipmap/icon_hang_up" |
|
|
|
|
|
|
|
android:onClick="click" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_below="@+id/btn_leave" |
|
|
|
|
|
|
|
android:layout_alignLeft="@+id/btn_leave" |
|
|
|
|
|
|
|
android:layout_marginTop="10dp" |
|
|
|
|
|
|
|
android:gravity="center_horizontal" |
|
|
|
|
|
|
|
android:text="挂断" |
|
|
|
|
|
|
|
android:textColor="#ffffff" |
|
|
|
|
|
|
|
android:textSize="10sp" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:id="@+id/lin_camera" |
|
|
|
|
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@+id/btn_camera" |
|
|
|
android:layout_marginRight="84dp" |
|
|
|
android:layout_alignLeft="@+id/btn_camera" |
|
|
|
android:layout_toRightOf="@+id/lin_hang_up" |
|
|
|
android:layout_marginTop="10dp" |
|
|
|
android:background="@drawable/bg_focus_selector_10" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:clickable="true" |
|
|
|
android:text="摄像头已开" |
|
|
|
android:focusable="true" |
|
|
|
android:textColor="#ffffff" |
|
|
|
android:focusableInTouchMode="true" |
|
|
|
android:textSize="10sp" /> |
|
|
|
android:onClick="click" |
|
|
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
|
|
android:id="@+id/btn_camera" |
|
|
|
|
|
|
|
android:layout_width="60dp" |
|
|
|
|
|
|
|
android:layout_height="60dp" |
|
|
|
|
|
|
|
android:background="@null" |
|
|
|
|
|
|
|
android:onClick="click" |
|
|
|
|
|
|
|
android:src="@mipmap/icon_camera_on" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:id="@+id/tv_camera" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_below="@+id/btn_camera" |
|
|
|
|
|
|
|
android:layout_alignLeft="@+id/btn_camera" |
|
|
|
|
|
|
|
android:layout_marginTop="10dp" |
|
|
|
|
|
|
|
android:gravity="center_horizontal" |
|
|
|
|
|
|
|
android:text="摄像头已开" |
|
|
|
|
|
|
|
android:textColor="#ffffff" |
|
|
|
|
|
|
|
android:textSize="10sp" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:id="@+id/lin_mute" |
|
|
|
|
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_toRightOf="@+id/lin_camera" |
|
|
|
|
|
|
|
android:layout_marginRight="84dp" |
|
|
|
|
|
|
|
android:background="@drawable/bg_focus_selector_10" |
|
|
|
|
|
|
|
android:clickable="true" |
|
|
|
|
|
|
|
android:focusable="true" |
|
|
|
|
|
|
|
android:focusableInTouchMode="true" |
|
|
|
|
|
|
|
android:nextFocusRight="@+id/lin_mute" |
|
|
|
|
|
|
|
android:onClick="click" |
|
|
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
<Button |
|
|
|
<Button |
|
|
|
android:id="@+id/btn_mic" |
|
|
|
android:id="@+id/btn_mic" |
|
|
|
android:layout_width="60dp" |
|
|
|
android:layout_width="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_marginLeft="15dp" |
|
|
|
|
|
|
|
android:layout_toRightOf="@+id/btn_camera" |
|
|
|
android:layout_toRightOf="@+id/btn_camera" |
|
|
|
android:background="@mipmap/icon_mute_on" |
|
|
|
android:onClick="click" |
|
|
|
android:onClick="click" /> |
|
|
|
android:background="@mipmap/icon_mute_on" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_mic" |
|
|
|
android:id="@+id/tv_mic" |
|
|
|
android:layout_width="60dp" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_below="@+id/btn_mic" |
|
|
|
android:layout_below="@+id/btn_mic" |
|
|
|
android:layout_alignLeft="@+id/btn_mic" |
|
|
|
android:layout_alignLeft="@+id/btn_mic" |
|
|
|
android:layout_marginTop="10dp" |
|
|
|
android:layout_marginTop="10dp" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:gravity="center" |
|
|
|
android:text="语音已开" |
|
|
|
android:text="语音已开" |
|
|
|
android:textColor="#ffffff" |
|
|
|
android:textColor="#ffffff" |
|
|
|
android:textSize="10sp" /> |
|
|
|
android:textSize="10sp" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
|
|
|
android:focusable="false" |
|
|
|
|
|
|
|
android:focusableInTouchMode="false" |
|
|
|
|
|
|
|
android:id="@+id/recycleview" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="200dp" |
|
|
|
|
|
|
|
android:layout_marginBottom="20dp" |
|
|
|
|
|
|
|
android:layout_above="@+id/rel_btn" |
|
|
|
|
|
|
|
/> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |