Actually* fix the layout error on account pages.
This commit is contained in:
parent
5ae58ecac1
commit
22b1472a3f
2 changed files with 4 additions and 5 deletions
|
@ -36,17 +36,17 @@
|
|||
android:scaleType="centerCrop"
|
||||
app:layout_collapseMode="pin"
|
||||
android:fitsSystemWindows="true"
|
||||
android:adjustViewBounds="true" />
|
||||
android:layout_alignTop="@+id/account_header_info"
|
||||
android:layout_alignBottom="@id/account_header_info" />
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:id="@+id/account_header_info"
|
||||
android:paddingTop="?attr/actionBarSize"
|
||||
android:background="@drawable/account_header_gradient"
|
||||
android:layout_width="match_parent"
|
||||
app:layout_collapseMode="parallax"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentBottom="true">
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue