| | |
| | | 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" |
| | |
| | | android:gravity="center" |
| | | android:text="室内机" |
| | | android:textColor="@color/lpsdk_textColor" |
| | | android:textSize="18sp"/> |
| | | android:textSize="18sp"></TextView> |
| | | |
| | | </RelativeLayout> |
| | | |
| | |
| | | android:orientation="horizontal"> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/rl_lp_screenshot" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1"> |
| | |
| | | </RelativeLayout> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/rl_lp_unlock" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1"> |
| | |
| | | </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" |