From 848cbfebefab08cc49b0285155edb84463aed862 Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期三, 13 十一月 2024 17:19:53 +0800 Subject: [PATCH] 提交home项目所用可视对讲sdk --- HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/layout/activity_hdllinphone_intercom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 50 insertions(+), 2 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/layout/activity_hdllinphone_intercom.xml b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/layout/activity_hdllinphone_intercom.xml index 0306a53..60bf26e 100644 --- a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/layout/activity_hdllinphone_intercom.xml +++ b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/layout/activity_hdllinphone_intercom.xml @@ -5,11 +5,31 @@ android:background="@android:color/white" android:orientation="vertical"> + <View + android:id="@+id/id_top" + android:layout_width="match_parent" + android:layout_height="44dp" + android:background="@color/white" /> + <RelativeLayout android:id="@+id/rl_lp_topView" android:layout_width="match_parent" android:layout_height="44dp" - android:background="@color/lpsdk_app_bg"> + android:background="@color/white"> + + <RelativeLayout + android:id="@+id/ll_lp_btn_back" + android:layout_width="64dp" + android:layout_height="44dp"> + + <ImageView + android:layout_width="20dp" + android:layout_height="20dp" + android:layout_centerVertical="true" + android:layout_marginStart="16dp" + android:src="@drawable/ic_esvideo_on_back" /> + + </RelativeLayout> <TextView android:id="@+id/tv_lp_title" @@ -21,7 +41,7 @@ android:gravity="center" android:text="瀹ゅ唴鏈�" android:textColor="@color/lpsdk_textColor" - android:textSize="18sp"/> + android:textSize="18sp"></TextView> </RelativeLayout> @@ -44,6 +64,7 @@ android:orientation="horizontal"> <RelativeLayout + android:id="@+id/rl_lp_screenshot" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1"> @@ -62,6 +83,7 @@ </RelativeLayout> <RelativeLayout + android:id="@+id/rl_lp_unlock" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1"> @@ -155,6 +177,32 @@ </RelativeLayout> <RelativeLayout + android:id="@+id/rl_lp_hangUpallView" + android:layout_width="0dp" + android:layout_height="match_parent" + android:layout_weight="1"> + + <ImageView + android:id="@+id/iv_lp_hangUpall" + android:layout_width="66dp" + android:layout_height="66dp" + android:layout_centerHorizontal="true" + android:scaleType="fitCenter" + android:src="@drawable/ic_esvideo_on_hangupall" /> + + <TextView + android:id="@+id/tv_lp_hangUpall" + android:layout_width="match_parent" + android:layout_height="20dp" + android:layout_alignParentBottom="true" + android:gravity="center" + android:text="@string/lp_hangupStr_all" + android:textColor="@color/lpsdk_textColor" + android:textSize="14sp" /> + + </RelativeLayout> + + <RelativeLayout android:id="@+id/rl_lp_answerView" android:layout_width="0dp" android:layout_height="match_parent" -- Gitblit v1.8.0