E Endien Member Licensed User Longtime User Oct 11, 2018 #1 Hi all, What is the simple way to make menu like below? The menu is scrollable and the size will adjust to the size of the mobile screen. Thanks
Hi all, What is the simple way to make menu like below? The menu is scrollable and the size will adjust to the size of the mobile screen. Thanks
Semen Matusovskiy Well-Known Member Licensed User Oct 11, 2018 #2 "Scrollable" part is a ScrollView with set of ImageView. Higher - ImageView The top - ordinary toolbar (see https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/ ) Upvote 0
"Scrollable" part is a ScrollView with set of ImageView. Higher - ImageView The top - ordinary toolbar (see https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/ )
Erel B4X founder Staff member Licensed User Longtime User Oct 12, 2018 #3 I would have used xCustomListView for this. Create a layout with three buttons for each item. Upvote 0
E Endien Member Licensed User Longtime User Oct 12, 2018 #4 Thanks Semen Matusovskiy and Erel for the answer. Upvote 0
Star-Dust Expert Licensed User Longtime User Oct 12, 2018 #5 Endien said: Hi all, What is the simple way to make menu like below? View attachment 73150 The menu is scrollable and the size will adjust to the size of the mobile screen. Thanks Click to expand... See this https://www.b4x.com/android/forum/threads/sd-menuextender.88991/ Upvote 0
Endien said: Hi all, What is the simple way to make menu like below? View attachment 73150 The menu is scrollable and the size will adjust to the size of the mobile screen. Thanks Click to expand... See this https://www.b4x.com/android/forum/threads/sd-menuextender.88991/