Skip to content

Commit

Permalink
Adjust the playlist bookmark item layout for RTL languages
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdeltwabMF committed Apr 30, 2024
1 parent 8267d32 commit b74cab6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/list_playlist_bookmark_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ImageView
android:id="@+id/itemThumbnailView"
android:layout_width="90dp"
android:layout_height="50dp"
android:layout_height="51dp"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
Expand Down Expand Up @@ -45,7 +45,7 @@
<ImageView
android:id="@+id/itemHandle"
android:layout_width="wrap_content"
android:layout_height="55dp"
android:layout_height="51dp"
android:layout_alignParentRight="true"
android:layout_gravity="center_vertical"
android:contentDescription="@string/detail_drag_description"
Expand Down Expand Up @@ -74,6 +74,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/itemTitleView"
android:layout_toLeftOf="@id/itemHandle"
android:layout_toRightOf="@+id/itemThumbnailView"
android:lines="1"
android:textAppearance="?android:attr/textAppearanceSmall"
Expand Down

0 comments on commit b74cab6

Please sign in to comment.