Replace left/right layout attributes with start/end
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<ImageView
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="64dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="@dimen/navigation_drawer_header_margin"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/tachiyomi_circle" />
|
||||
|
||||
Reference in New Issue
Block a user