|
|
@@ -1,60 +1,67 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout
|
|
|
+<android.support.v4.widget.NestedScrollView
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/white"
|
|
|
- android:focusable="true"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:background="@color/white">
|
|
|
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/public_inquiry_quote_data_rv"
|
|
|
+ <LinearLayout
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:cacheColorHint="#00000000"
|
|
|
- android:overScrollMode="never"
|
|
|
- android:scrollbars="none" />
|
|
|
+ android:background="@color/white"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <RadioGroup
|
|
|
- android:id="@+id/public_inquiry_quote_tab_rg"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="42dp"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <RadioButton
|
|
|
- android:id="@+id/public_inquiry_quote_current_rb"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/selector_public_inquiry_quote_bg"
|
|
|
- android:button="@null"
|
|
|
- android:checked="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/quote_current_model"
|
|
|
- android:textColor="@color/color_public_inquiry_quote"
|
|
|
- android:textSize="14sp"
|
|
|
- />
|
|
|
-
|
|
|
- <RadioButton
|
|
|
- android:id="@+id/public_inquiry_quote_replace_rb"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/selector_public_inquiry_quote_bg"
|
|
|
- android:button="@null"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/quote_replace_model"
|
|
|
- android:textColor="@color/color_public_inquiry_quote"
|
|
|
- android:textSize="14sp"
|
|
|
- />
|
|
|
- </RadioGroup>
|
|
|
-
|
|
|
- <android.support.v4.widget.NestedScrollView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="#f2f3f7">
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/public_inquiry_quote_data_rv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:cacheColorHint="#00000000"
|
|
|
+ android:overScrollMode="never"
|
|
|
+ android:scrollbars="none" />
|
|
|
+
|
|
|
+ <RadioGroup
|
|
|
+ android:id="@+id/public_inquiry_quote_tab_rg"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/public_inquiry_quote_current_rb"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/selector_public_inquiry_quote_bg"
|
|
|
+ android:button="@null"
|
|
|
+ android:checked="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/quote_current_model"
|
|
|
+ android:textColor="@color/color_public_inquiry_quote"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/public_inquiry_quote_replace_rb"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/selector_public_inquiry_quote_bg"
|
|
|
+ android:button="@null"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/quote_replace_model"
|
|
|
+ android:textColor="@color/color_public_inquiry_quote"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
+ </RadioGroup>
|
|
|
+
|
|
|
+ <!--<android.support.v4.widget.NestedScrollView-->
|
|
|
+ <!--android:layout_width="match_parent"-->
|
|
|
+ <!--android:layout_height="match_parent"-->
|
|
|
+ <!--android:background="#f2f3f7">-->
|
|
|
|
|
|
<FrameLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -164,7 +171,10 @@
|
|
|
android:id="@+id/public_inquiry_quote_current_quote_btn"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="16dp"
|
|
|
+ android:layout_marginBottom="42dp"
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
android:background="@drawable/bg_bule_btn"
|
|
|
android:padding="8dp"
|
|
|
android:text="@string/str_quote_price"
|
|
|
@@ -277,7 +287,10 @@
|
|
|
android:id="@+id/public_inquiry_quote_replace_quote_btn"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_margin="16dp"
|
|
|
+ android:layout_marginBottom="42dp"
|
|
|
+ android:layout_marginLeft="16dp"
|
|
|
+ android:layout_marginRight="16dp"
|
|
|
+ android:layout_marginTop="16dp"
|
|
|
android:background="@drawable/bg_bule_btn"
|
|
|
android:padding="8dp"
|
|
|
android:text="@string/str_quote_price"
|
|
|
@@ -286,5 +299,6 @@
|
|
|
android:visibility="gone" />
|
|
|
</LinearLayout>
|
|
|
</FrameLayout>
|
|
|
- </android.support.v4.widget.NestedScrollView>
|
|
|
-</LinearLayout>
|
|
|
+ <!--</android.support.v4.widget.NestedScrollView>-->
|
|
|
+ </LinearLayout>
|
|
|
+</android.support.v4.widget.NestedScrollView>
|