replace left and right with start and end in layout files
This commit is contained in:
parent
135ff2b8e9
commit
b89714c5fd
16 changed files with 54 additions and 69 deletions
|
|
@ -67,8 +67,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_above="@+id/media_actions"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue