Skip to content

Commit b74cab6

Browse files
committed
Adjust the playlist bookmark item layout for RTL languages
1 parent 8267d32 commit b74cab6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/src/main/res/layout/list_playlist_bookmark_item.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ImageView
1414
android:id="@+id/itemThumbnailView"
1515
android:layout_width="90dp"
16-
android:layout_height="50dp"
16+
android:layout_height="51dp"
1717
android:layout_alignParentStart="true"
1818
android:layout_alignParentLeft="true"
1919
android:layout_alignParentTop="true"
@@ -45,7 +45,7 @@
4545
<ImageView
4646
android:id="@+id/itemHandle"
4747
android:layout_width="wrap_content"
48-
android:layout_height="55dp"
48+
android:layout_height="51dp"
4949
android:layout_alignParentRight="true"
5050
android:layout_gravity="center_vertical"
5151
android:contentDescription="@string/detail_drag_description"
@@ -74,6 +74,7 @@
7474
android:layout_width="match_parent"
7575
android:layout_height="wrap_content"
7676
android:layout_below="@+id/itemTitleView"
77+
android:layout_toLeftOf="@id/itemHandle"
7778
android:layout_toRightOf="@+id/itemThumbnailView"
7879
android:lines="1"
7980
android:textAppearance="?android:attr/textAppearanceSmall"

0 commit comments

Comments
 (0)