Fix: card-covered

This commit is contained in:
hotlittlewhitedog 2017-10-14 20:22:28 +02:00
parent be87ac7293
commit f17eace301

View File

@ -7,8 +7,7 @@
android:fitsSystemWindows="true" android:fitsSystemWindows="true"
tools:context="org.fdroid.fdroid.AppDetails2" tools:context="org.fdroid.fdroid.AppDetails2"
android:background="?attr/appDetailsBackground" android:background="?attr/appDetailsBackground"
android:id="@+id/rootCoordinator" android:id="@+id/rootCoordinator">
>
<android.support.design.widget.AppBarLayout <android.support.design.widget.AppBarLayout
android:id="@+id/app_bar" android:id="@+id/app_bar"
@ -22,7 +21,8 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:fitsSystemWindows="true" android:fitsSystemWindows="true"
app:contentScrim="?attr/colorPrimary" app:contentScrim="?attr/colorPrimary"
app:layout_scrollFlags="scroll|exitUntilCollapsed"> app:layout_scrollFlags="scroll|exitUntilCollapsed"
app:expandedTitleMarginTop="24dp">
<org.fdroid.fdroid.views.apps.FeatureImage <org.fdroid.fdroid.views.apps.FeatureImage
android:id="@+id/feature_graphic" android:id="@+id/feature_graphic"
@ -50,11 +50,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" app:layout_behavior="@string/appbar_scrolling_view_behavior"
app:behavior_overlapTop="40dp"
app:layoutManager="LinearLayoutManager" app:layoutManager="LinearLayoutManager"
tools:context="org.fdroid.fdroid.AppDetails2" tools:context="org.fdroid.fdroid.AppDetails2"
tools:showIn="@layout/app_details2" tools:showIn="@layout/app_details2" />
>
</android.support.v7.widget.RecyclerView>
</android.support.design.widget.CoordinatorLayout> </android.support.design.widget.CoordinatorLayout>