replace left and right with start and end in layout files

This commit is contained in:
dkanada 2020-09-16 05:11:52 +09:00
commit b89714c5fd
16 changed files with 54 additions and 69 deletions

View file

@ -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">