Added margin on the left of album release date.
This commit is contained in:
parent
e17c706ae3
commit
2c4f8a4329
|
@ -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…
Reference in New Issue