mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
Use margin start instead of margin left
This commit is contained in:
parent
83730c0678
commit
61c4085c20
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@
|
|||
android:layout_height="@dimen/selection_check_size"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginStart="@dimen/small_margin"
|
||||
android:layout_marginTop="@dimen/small_margin"
|
||||
android:layout_marginLeft="@dimen/small_margin"
|
||||
android:background="@drawable/darkened_automatic_circle_background" >
|
||||
android:background="@drawable/darkened_automatic_circle_background">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/play_portrait_outline"
|
||||
|
|
Loading…
Reference in a new issue