|
@@ -1,7 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:background="@drawable/icon_uniform_background"
|
|
android:background="@drawable/icon_uniform_background"
|
|
@@ -26,6 +25,19 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/titleLayout"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="@dimen/divider_54px"
|
|
|
|
|
+ android:layout_marginStart="@dimen/divider_36px"
|
|
|
|
|
+ android:layout_marginTop="@dimen/divider_20px"
|
|
|
|
|
+ android:layout_marginEnd="@dimen/divider_36px"
|
|
|
|
|
+ android:background="@drawable/bg_session_prompt"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
|
+ android:text="已通知医生接诊,24小时后未接诊将自动退款"
|
|
|
|
|
+ android:textColor="@android:color/white" />
|
|
|
|
|
+
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
|
android:id="@+id/custom_layout"
|
|
android:id="@+id/custom_layout"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -38,6 +50,8 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_above="@id/chat_input_layout"
|
|
android:layout_above="@id/chat_input_layout"
|
|
|
|
|
+ android:layout_below="@+id/titleLayout"
|
|
|
|
|
+ android:layout_marginTop="@dimen/divider_10px"
|
|
|
android:baselineAligned="false"
|
|
android:baselineAligned="false"
|
|
|
android:clickable="false"
|
|
android:clickable="false"
|
|
|
android:descendantFocusability="blocksDescendants" />
|
|
android:descendantFocusability="blocksDescendants" />
|