|
|
@@ -1,16 +1,16 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<android.support.v4.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
- android:id="@+id/swipe_main_activity"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:addStatesFromChildren="true"
|
|
|
- app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ android:id="@+id/swipe_main_activity"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:addStatesFromChildren="true"
|
|
|
+ app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
|
|
|
|
<android.support.design.widget.CoordinatorLayout 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:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
|
|
|
<android.support.design.widget.AppBarLayout
|
|
|
android:id="@+id/app_layout_main_activity"
|
|
|
@@ -37,12 +37,11 @@
|
|
|
android:id="@+id/txt_main_activity_money"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="xxx元"
|
|
|
android:textColor="@color/black_text_gray"
|
|
|
android:textSize="@dimen/text_size_4"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
+ app:layout_constraintTop_toTopOf="parent"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/linearLayout"
|
|
|
@@ -63,16 +62,15 @@
|
|
|
android:layout_width="20dp"
|
|
|
android:layout_height="20dp"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:src="@color/colorAccent" />
|
|
|
+ android:src="@drawable/icon"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/txt_main_activity_nick"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="@dimen/content_padding_small"
|
|
|
- android:text="陈大狗"
|
|
|
- android:textColor="@color/theme_sheep_dark"
|
|
|
- android:textSize="@dimen/text_size_2" />
|
|
|
+ android:textColor="@color/orange_text_light"
|
|
|
+ android:textSize="@dimen/text_size_2"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
@@ -88,10 +86,10 @@
|
|
|
android:paddingRight="@dimen/content_padding_small"
|
|
|
android:paddingTop="@dimen/content_padding_small"
|
|
|
android:text="现金提现"
|
|
|
- android:textColor="@color/theme_sheep_dark"
|
|
|
+ android:textColor="@color/orange_text_light"
|
|
|
android:textSize="@dimen/text_size_2"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="@+id/linearLayout" />
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/linearLayout"/>
|
|
|
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
@@ -104,7 +102,7 @@
|
|
|
app:contentInsetStart="0dp"
|
|
|
app:layout_collapseMode="pin">
|
|
|
|
|
|
- <include layout="@layout/title" />
|
|
|
+ <include layout="@layout/title"/>
|
|
|
</android.support.v7.widget.Toolbar>
|
|
|
|
|
|
</android.support.design.widget.CollapsingToolbarLayout>
|
|
|
@@ -112,7 +110,8 @@
|
|
|
<com.sheep.jiuyan.samllsheep.page.view.RappTabLayout
|
|
|
android:id="@+id/tab_main_activity"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp" />
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:background="@color/colorPrimary"/>
|
|
|
</android.support.design.widget.AppBarLayout>
|
|
|
|
|
|
<android.support.v4.widget.NestedScrollView
|