Don't padd the left/right of the category apps

Doing so makes it appear like they scroll from somewhere which isn't
quite the edge of the screen, which is weird.
This commit is contained in:
Peter Serwylo 2017-04-05 13:17:21 +10:00
parent 89625ac355
commit b5341efff9

View File

@ -78,10 +78,6 @@
android:orientation="horizontal"
android:paddingTop="@dimen/category_preview__app_list__padding__vertical"
android:paddingBottom="@dimen/category_preview__app_list__padding__vertical"
android:clipToPadding="false"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp" />
android:clipToPadding="false" />
</android.support.constraint.ConstraintLayout>