From ddd6c8cbf1e6a019f4df82863e3b446d5fb708fb Mon Sep 17 00:00:00 2001 From: ge78fug Date: Mon, 27 Mar 2023 16:57:30 +0200 Subject: [PATCH] Changed the landscape layout of list card item Make layout-land/list_stream_card_item a symlink to layout/list_stream_item --- app/src/main/res/layout-land/list_stream_card_item.xml | 1 + 1 file changed, 1 insertion(+) create mode 120000 app/src/main/res/layout-land/list_stream_card_item.xml 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 new file mode 120000 index 000000000..70228ee1d --- /dev/null +++ b/app/src/main/res/layout-land/list_stream_card_item.xml @@ -0,0 +1 @@ +../layout/list_stream_item.xml \ No newline at end of file