From 8267d325edaf9766ab3cf2e4938ff656cde53344 Mon Sep 17 00:00:00 2001 From: "Abd El-Twab M. Fakhry" Date: Tue, 30 Apr 2024 23:41:02 +0300 Subject: [PATCH 1/4] Fix compilation error when parsing unsupported file format --- .../res/layout-land/list_stream_card_item.xml | 95 ++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout-land/list_stream_card_item.xml b/app/src/main/res/layout-land/list_stream_card_item.xml index 70228ee1d20..2b7c414bec5 120000 --- a/app/src/main/res/layout-land/list_stream_card_item.xml +++ b/app/src/main/res/layout-land/list_stream_card_item.xml @@ -1 +1,94 @@ -../layout/list_stream_item.xml \ No newline at end of file + + + + + + + + + + + + + + + + \ No newline at end of file From b74cab664232f2a7bc3dcd71b9b67952f555c2a4 Mon Sep 17 00:00:00 2001 From: "Abd El-Twab M. Fakhry" Date: Wed, 1 May 2024 01:38:46 +0300 Subject: [PATCH 2/4] Adjust the playlist bookmark item layout for RTL languages --- app/src/main/res/layout/list_playlist_bookmark_item.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/list_playlist_bookmark_item.xml b/app/src/main/res/layout/list_playlist_bookmark_item.xml index 6aabd4d0752..fe71b406261 100644 --- a/app/src/main/res/layout/list_playlist_bookmark_item.xml +++ b/app/src/main/res/layout/list_playlist_bookmark_item.xml @@ -13,7 +13,7 @@ Date: Wed, 1 May 2024 17:21:24 +0300 Subject: [PATCH 3/4] Revert "Fix compilation error when parsing unsupported file format" This reverts commit 8267d325edaf9766ab3cf2e4938ff656cde53344. --- .../res/layout-land/list_stream_card_item.xml | 95 +------------------ 1 file changed, 1 insertion(+), 94 deletions(-) diff --git a/app/src/main/res/layout-land/list_stream_card_item.xml b/app/src/main/res/layout-land/list_stream_card_item.xml index 2b7c414bec5..70228ee1d20 120000 --- a/app/src/main/res/layout-land/list_stream_card_item.xml +++ b/app/src/main/res/layout-land/list_stream_card_item.xml @@ -1,94 +1 @@ - - - - - - - - - - - - - - - - \ No newline at end of file +../layout/list_stream_item.xml \ No newline at end of file From c02ceda22f3f035633ff340b8089a5c670d7a427 Mon Sep 17 00:00:00 2001 From: "Abd El-Twab M. Fakhry" Date: Sat, 18 May 2024 16:47:41 +0300 Subject: [PATCH 4/4] Use layout constraints instead of static height --- app/src/main/res/layout/list_playlist_bookmark_item.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/list_playlist_bookmark_item.xml b/app/src/main/res/layout/list_playlist_bookmark_item.xml index fe71b406261..e36bc22bbcc 100644 --- a/app/src/main/res/layout/list_playlist_bookmark_item.xml +++ b/app/src/main/res/layout/list_playlist_bookmark_item.xml @@ -13,11 +13,12 @@ @@ -45,9 +46,10 @@