Added margin on the left of album release date.

This commit is contained in:
Antoine POPINEAU 2020-07-08 14:08:59 +02:00
parent e17c706ae3
commit 2c4f8a4329
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
android:id="@+id/release_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_weight="0"
android:background="@drawable/pill" />