File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77/build
88/captures
99.externalNativeBuild
10+
11+ .idea /vcs.xml
Original file line number Diff line number Diff line change @@ -10,21 +10,19 @@ android:fitsSystemWindows="true">
1010<android .support.design.widget.AppBarLayout
1111 android : id =" @+id/app_bar_classify"
1212 android : layout_width =" match_parent"
13- android : layout_height =" wrap_content"
14- android : fitsSystemWindows =" true" >
13+ android : layout_height =" wrap_content" >
1514 <android .support.design.widget.CollapsingToolbarLayout
1615 android : id =" @+id/toolbar_layout"
1716 android : layout_width =" match_parent"
1817 android : layout_height =" match_parent"
19- android : fitsSystemWindows =" true"
2018 app : layout_scrollFlags =" scroll|exitUntilCollapsed"
2119 app : title =" " >
22-
20+ <!-- android:layout_marginTop="45dp" 即@+id/toolbar的高度 -->
2321 <include
2422 layout =" @layout/item_classify_articles_head"
2523 android : layout_width =" match_parent"
2624 android : layout_height =" wrap_content"
27- android : layout_marginTop =" 70dp "
25+ android : layout_marginTop =" 45dp "
2826 app : layout_collapseMode =" parallax"
2927 app : layout_collapseParallaxMultiplier =" 0" />
3028 <android .support.v7.widget.Toolbar
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : layout_width =" match_parent"
4- android : layout_height =" 52dp "
4+ android : layout_height =" 45dp "
55 android : id =" @+id/barRoot"
66 android : background =" @color/red31" >
77
You can’t perform that action at this time.
0 commit comments