Fix margin for author

This commit is contained in:
Mostafa Ahangarha 2018-11-29 00:30:50 +03:30
parent ff18c72c67
commit 112c5942be
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@
android:layout_marginBottom="16dp"
android:layout_marginLeft="16dp"
android:layout_marginStart="16dp"
android:layout_marginRight="16dp"
android:layout_marginEnd="16dp"
android:layout_toLeftOf="@id/butShowSettings"
android:layout_toStartOf="@id/butShowSettings"
android:layout_toRightOf="@id/imgvCover"