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
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue