|
@@ -1,11 +1,11 @@
|
|
|
<?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"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="match_parent" xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
|
|
- <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
|
|
+ <android.support.design.widget.CoordinatorLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:background="@color/white_light">
|
|
android:background="@color/white_light">
|
|
@@ -20,17 +20,20 @@
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@mipmap/home_blue_bg"
|
|
android:background="@mipmap/home_blue_bg"
|
|
|
- android:paddingBottom="@dimen/content_padding_10"
|
|
|
|
|
- android:paddingEnd="@dimen/content_padding_20"
|
|
|
|
|
android:paddingStart="@dimen/content_padding_20"
|
|
android:paddingStart="@dimen/content_padding_20"
|
|
|
android:paddingTop="@dimen/status_bar_height"
|
|
android:paddingTop="@dimen/status_bar_height"
|
|
|
|
|
+ android:paddingEnd="@dimen/content_padding_20"
|
|
|
|
|
+ android:paddingBottom="@dimen/content_padding_10"
|
|
|
app:expandedTitleTextAppearance="@style/TextAppearance.Design.CollapsingToolbar.Expanded"
|
|
app:expandedTitleTextAppearance="@style/TextAppearance.Design.CollapsingToolbar.Expanded"
|
|
|
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
|
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
android:text="关于小绵羊"
|
|
android:text="关于小绵羊"
|
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/text_size_4" />
|
|
android:textSize="@dimen/text_size_4" />
|
|
@@ -39,8 +42,8 @@
|
|
|
android:id="@+id/about_us_iv"
|
|
android:id="@+id/about_us_iv"
|
|
|
android:layout_width="70dp"
|
|
android:layout_width="70dp"
|
|
|
android:layout_height="70dp"
|
|
android:layout_height="70dp"
|
|
|
- android:src="@mipmap/icon"
|
|
|
|
|
android:layout_marginTop="?attr/actionBarSize"
|
|
android:layout_marginTop="?attr/actionBarSize"
|
|
|
|
|
+ android:src="@mipmap/icon"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/about_us_app_tv"
|
|
app:layout_constraintBottom_toTopOf="@+id/about_us_app_tv"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
@@ -100,8 +103,8 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/about_us_addr_tv"
|
|
android:id="@+id/about_us_addr_tv"
|
|
|
style="@style/style_about_us_label"
|
|
style="@style/style_about_us_label"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
|
|
android:layout_alignParentTop="true"
|
|
android:layout_alignParentTop="true"
|
|
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:layout_toEndOf="@+id/about_us_addr_label_tv"
|
|
android:layout_toEndOf="@+id/about_us_addr_label_tv"
|
|
|
android:gravity="end"
|
|
android:gravity="end"
|
|
|
android:text="天府四街天府四街天府四街天府四街天府四街天府四街天府四街天府四街" />
|
|
android:text="天府四街天府四街天府四街天府四街天府四街天府四街天府四街天府四街" />
|
|
@@ -114,15 +117,15 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/about_us_platform_label_tv"
|
|
android:id="@+id/about_us_platform_label_tv"
|
|
|
style="@style/style_about_us_label"
|
|
style="@style/style_about_us_label"
|
|
|
- android:layout_alignParentStart="true"
|
|
|
|
|
android:layout_below="@id/about_us_line_1"
|
|
android:layout_below="@id/about_us_line_1"
|
|
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
android:text="官方微信公众平台" />
|
|
android:text="官方微信公众平台" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/about_us_platform_tv"
|
|
android:id="@+id/about_us_platform_tv"
|
|
|
style="@style/style_about_us_label"
|
|
style="@style/style_about_us_label"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
|
|
android:layout_below="@id/about_us_line_1"
|
|
android:layout_below="@id/about_us_line_1"
|
|
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
android:layout_toEndOf="@+id/about_us_platform_label_tv"
|
|
android:layout_toEndOf="@+id/about_us_platform_label_tv"
|
|
|
android:gravity="end"
|
|
android:gravity="end"
|
|
|
android:text="好玩之家" />
|
|
android:text="好玩之家" />
|
|
@@ -130,66 +133,20 @@
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/style_about_us_title"
|
|
style="@style/style_about_us_title"
|
|
|
- android:text="投诉与建议" />
|
|
|
|
|
-
|
|
|
|
|
- <RelativeLayout style="@style/style_about_us_rl">
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/about_us_qq_back_label_tv"
|
|
|
|
|
- style="@style/style_about_us_label"
|
|
|
|
|
- android:layout_alignParentStart="true"
|
|
|
|
|
- android:layout_alignParentTop="true"
|
|
|
|
|
- android:text="QQ" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/about_us_qq_back_tv"
|
|
|
|
|
- style="@style/style_about_us_label"
|
|
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
|
|
- android:layout_alignParentTop="true"
|
|
|
|
|
- android:layout_toEndOf="@+id/about_us_qq_back_label_tv"
|
|
|
|
|
- android:gravity="end"
|
|
|
|
|
- android:text="13888888888" />
|
|
|
|
|
- </RelativeLayout>
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- style="@style/style_about_us_title"
|
|
|
|
|
android:text="商务合作" />
|
|
android:text="商务合作" />
|
|
|
|
|
|
|
|
<RelativeLayout style="@style/style_about_us_rl">
|
|
<RelativeLayout style="@style/style_about_us_rl">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/about_us_qq_label_tv"
|
|
|
|
|
- style="@style/style_about_us_label"
|
|
|
|
|
- android:layout_alignParentStart="true"
|
|
|
|
|
- android:layout_alignParentTop="true"
|
|
|
|
|
- android:text="QQ" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/about_us_qq_tv"
|
|
|
|
|
- style="@style/style_about_us_label"
|
|
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
|
|
- android:layout_alignParentTop="true"
|
|
|
|
|
- android:layout_toEndOf="@+id/about_us_qq_label_tv"
|
|
|
|
|
- android:gravity="end"
|
|
|
|
|
- android:text="88888888" />
|
|
|
|
|
-
|
|
|
|
|
- <View
|
|
|
|
|
- android:id="@+id/about_us_line_2"
|
|
|
|
|
- style="@style/style_about_us_line"
|
|
|
|
|
- android:layout_below="@+id/about_us_qq_tv" />
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
android:id="@+id/about_us_email_label_tv"
|
|
android:id="@+id/about_us_email_label_tv"
|
|
|
style="@style/style_about_us_label"
|
|
style="@style/style_about_us_label"
|
|
|
android:layout_alignParentStart="true"
|
|
android:layout_alignParentStart="true"
|
|
|
- android:layout_below="@id/about_us_line_2"
|
|
|
|
|
android:text="邮箱" />
|
|
android:text="邮箱" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/about_us_email_tv"
|
|
android:id="@+id/about_us_email_tv"
|
|
|
style="@style/style_about_us_label"
|
|
style="@style/style_about_us_label"
|
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentEnd="true"
|
|
|
- android:layout_below="@id/about_us_line_2"
|
|
|
|
|
android:layout_toEndOf="@+id/about_us_email_label_tv"
|
|
android:layout_toEndOf="@+id/about_us_email_label_tv"
|
|
|
android:gravity="end"
|
|
android:gravity="end"
|
|
|
android:text="88888888@qq.com" />
|
|
android:text="88888888@qq.com" />
|
|
@@ -197,6 +154,25 @@
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
style="@style/style_about_us_title"
|
|
style="@style/style_about_us_title"
|
|
|
|
|
+ android:text="联系客服" />
|
|
|
|
|
+
|
|
|
|
|
+ <android.support.constraint.ConstraintLayout
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:background="@drawable/shape_white_solid_rectangle_bottom"
|
|
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
+
|
|
|
|
|
+ <ImageView
|
|
|
|
|
+ android:id="@+id/about_us_customer_wechat_qr"
|
|
|
|
|
+ android:layout_width="250dp"
|
|
|
|
|
+ android:layout_height="250dp"
|
|
|
|
|
+ android:src="@mipmap/icon"
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
+ </android.support.constraint.ConstraintLayout>
|
|
|
|
|
+
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ style="@style/style_about_us_title"
|
|
|
android:text="公司简介" />
|
|
android:text="公司简介" />
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
@@ -217,36 +193,42 @@
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</android.support.v4.widget.NestedScrollView>
|
|
</android.support.v4.widget.NestedScrollView>
|
|
|
</android.support.design.widget.CoordinatorLayout>
|
|
</android.support.design.widget.CoordinatorLayout>
|
|
|
|
|
+
|
|
|
<View
|
|
<View
|
|
|
android:id="@+id/status_height_view"
|
|
android:id="@+id/status_height_view"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/status_bar_height"/>
|
|
|
|
|
|
|
+ android:layout_height="@dimen/status_bar_height" />
|
|
|
|
|
+
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
android:layout_below="@+id/status_height_view">
|
|
android:layout_below="@+id/status_height_view">
|
|
|
|
|
+
|
|
|
<View
|
|
<View
|
|
|
android:id="@+id/new_about_us_bar"
|
|
android:id="@+id/new_about_us_bar"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
- android:background="@color/white_F9F9F9"/>
|
|
|
|
|
- <include layout="@layout/title_bottom_line"
|
|
|
|
|
|
|
+ android:background="@color/white_F9F9F9"
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
+
|
|
|
|
|
+ <include
|
|
|
|
|
+ layout="@layout/title_bottom_line"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
- android:layout_alignParentBottom="true"/>
|
|
|
|
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
|
|
+
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/img_baseactivity_title"
|
|
android:id="@+id/img_baseactivity_title"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
android:foreground="@drawable/selector_forground_circle_white"
|
|
android:foreground="@drawable/selector_forground_circle_white"
|
|
|
- tools:ignore="UnusedAttribute"
|
|
|
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:paddingStart="@dimen/content_padding_20"
|
|
android:paddingStart="@dimen/content_padding_20"
|
|
|
android:paddingEnd="@dimen/content_padding_20"
|
|
android:paddingEnd="@dimen/content_padding_20"
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
android:scaleType="centerInside"
|
|
android:scaleType="centerInside"
|
|
|
- android:src="@drawable/level_list_back" />
|
|
|
|
|
|
|
+ android:src="@drawable/level_list_back"
|
|
|
|
|
+ tools:ignore="UnusedAttribute" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/txt_baseactivity_title"
|
|
android:id="@+id/txt_baseactivity_title"
|
|
@@ -255,7 +237,7 @@
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:text="@string/app_name"
|
|
android:text="@string/app_name"
|
|
|
android:textColor="@color/black_text_deep"
|
|
android:textColor="@color/black_text_deep"
|
|
|
- android:visibility="invisible"
|
|
|
|
|
- android:textSize="@dimen/text_size_4" />
|
|
|
|
|
|
|
+ android:textSize="@dimen/text_size_4"
|
|
|
|
|
+ android:visibility="invisible" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|