diff --git a/app/src/main/res/layout/app_details2.xml b/app/src/main/res/layout/app_details2.xml index 9fed0615a..c7428d958 100644 --- a/app/src/main/res/layout/app_details2.xml +++ b/app/src/main/res/layout/app_details2.xml @@ -1,14 +1,13 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:fitsSystemWindows="true" + tools:context="org.fdroid.fdroid.AppDetails2" + android:background="?attr/appDetailsBackground" + android:id="@+id/rootCoordinator"> + app:layout_scrollFlags="scroll|exitUntilCollapsed" + app:expandedTitleMarginTop="24dp"> - + tools:showIn="@layout/app_details2" />