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:
parent
89625ac355
commit
b5341efff9
@ -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>
|
Loading…
x
Reference in New Issue
Block a user