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

@ -23,8 +23,8 @@
android:id="@+id/media_titles"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical">