|
|
|
@ -24,10 +24,9 @@ |
|
|
|
|
android:fitsSystemWindows="true" |
|
|
|
|
app:titleEnabled="false"> |
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
<RelativeLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:background="?attr/account_header_background_color"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
@ -45,7 +44,9 @@ |
|
|
|
|
android:background="@drawable/account_header_gradient" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
app:layout_collapseMode="parallax" |
|
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_alignParentTop="true" |
|
|
|
|
android:layout_alignParentBottom="true"> |
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
@ -117,7 +118,7 @@ |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
<android.support.v7.widget.Toolbar |
|
|
|
|
android:id="@+id/toolbar" |
|
|
|
|