increase tab page margin (#1684)

This commit is contained in:
Konrad Pozniak 2020-02-14 19:03:01 +01:00 committed by GitHub
commit 3edb93ff7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -3,8 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:background="?attr/windowBackgroundColor"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="?attr/windowBackgroundColor">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="640dp"