Skip to content

Commit

Permalink
sth revert
Browse files Browse the repository at this point in the history
  • Loading branch information
hugeterry committed Aug 4, 2017
1 parent 3a004ea commit dc33d11
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fitsSystemWindows="true"
android:stateListAnimator="@drawable/appbarlayout_elevated"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">

<android.support.design.widget.CollapsingToolbarLayout
android:id="@+id/collapsingtoolbarlayout"
android:layout_width="match_parent"
android:layout_height="250dp"
android:fitsSystemWindows="true"
app:contentScrim="?attr/colorPrimary"
app:layout_scrollFlags="scroll|exitUntilCollapsed"
app:titleEnabled="false">
Expand All @@ -30,7 +32,6 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_marginTop="20dp"
android:layout_height="100dp"
android:gravity="top"
android:minHeight="?attr/actionBarSize"
Expand Down

0 comments on commit dc33d11

Please sign in to comment.