Browse Source

Added margin on the left of album release date.

housekeeping/remove-warnings
Antoine POPINEAU 4 years ago
parent
commit
2c4f8a4329
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 1
      app/src/main/res/layout/row_album.xml

1
app/src/main/res/layout/row_album.xml

@ -49,6 +49,7 @@ @@ -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" />

Loading…
Cancel
Save