| | |
| | | <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/lpsdk_app_bg" |
| | | android:paddingTop="40dp" |
| | | android:layout_height="84dp"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_lp_title" |
| | |
| | | android:layout_marginBottom="53dp"> |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/rl_lp_hangUp_all" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_lp_hangUp_all" |
| | | android:layout_width="66dp" |
| | | android:layout_height="66dp" |
| | | android:layout_centerHorizontal="true" |
| | | android:scaleType="fitCenter" |
| | | android:src="@drawable/ic_esvideo_on_hangup_all" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_lp_hangUp_all" |
| | | 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:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1"> |
| | |
| | | android:layout_height="20dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:gravity="center" |
| | | android:text="@string/lp_refuseStr" |
| | | android:text="@string/lp_hangupPhoneStr" |
| | | android:textColor="@color/lpsdk_textColor" |
| | | android:textSize="14sp" /> |
| | | |