Commit 350ee161 authored by Varun Patil's avatar Varun Patil

Fix colors in fragment_body

parent e6c1710c
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
tools:context=".fragment.BodyFragment" tools:context=".fragment.BodyFragment"
android:background="?attr/themeColor"> android:background="@android:color/transparent">
<android.support.design.widget.CoordinatorLayout <android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
<android.support.design.widget.AppBarLayout <android.support.design.widget.AppBarLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:background="@android:color/transparent">
<android.support.design.widget.CollapsingToolbarLayout <android.support.design.widget.CollapsingToolbarLayout
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -27,8 +28,7 @@ ...@@ -27,8 +28,7 @@
<RelativeLayout <RelativeLayout
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content" android:layout_width="wrap_content"
app:layout_collapseMode="parallax" app:layout_collapseMode="parallax">
android:background="?attr/themeColor">
<ImageView <ImageView
android:id="@+id/body_picture" android:id="@+id/body_picture"
...@@ -36,8 +36,7 @@ ...@@ -36,8 +36,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:adjustViewBounds="true" android:adjustViewBounds="true"
android:scaleType="centerCrop" android:scaleType="centerCrop"
android:transitionName="sharedAvatar" android:transitionName="sharedAvatar" />
android:background="?attr/themeColor" />
</RelativeLayout> </RelativeLayout>
</android.support.design.widget.CollapsingToolbarLayout> </android.support.design.widget.CollapsingToolbarLayout>
...@@ -47,6 +46,7 @@ ...@@ -47,6 +46,7 @@
android:id="@+id/body_swipe_refresh_layout" android:id="@+id/body_swipe_refresh_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/themeColor"
app:layout_behavior="@string/appbar_scrolling_view_behavior"> app:layout_behavior="@string/appbar_scrolling_view_behavior">
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment