For #12673: Adjust top and left alignment of logo on homescreen (#12676)

align collection title
pull/35/head
Hakkı Kaan Çalışkan 4 years ago committed by GitHub
parent 50c955723c
commit dc377dd742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,6 @@
android:id="@+id/collections_header_text"
android:layout_width="wrap_content"
android:layout_height="48dp"
android:layout_marginStart="4.5dp"
android:gravity="center_vertical"
android:text="@string/collections_header"
android:textAppearance="@style/HeaderTextStyle" />

@ -46,8 +46,8 @@
android:id="@+id/wordmark"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_marginStart="28dp"
android:layout_marginTop="56dp"
android:layout_marginStart="16dp"
android:layout_marginTop="18dp"
android:layout_marginBottom="32dp"
android:adjustViewBounds="true"
android:clickable="false"

Loading…
Cancel
Save