From c7c649cd6bb5480c21c1b208241fcfb2641534cd 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 70228ee1d..2b7c414be 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 f3dac50db64c0a9d08d082ad90ef1ec6b6173316 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 6aabd4d07..fe71b4062 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 c7c649cd6bb5480c21c1b208241fcfb2641534cd. --- .../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 2b7c414be..70228ee1d 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 608dbb5e849f44a919fee7298302d2131f9f6110 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 fe71b4062..e36bc22bb 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 @@