Jump to content


ziko

Member Since 27 Jan 2020
Offline Last Active 02 Sep 2023 10:50
-----

Topics I've Started

eListbox flow: grid - horizontal - vertical

9 July 2022 - 21:15

Hello,

 

in the first months of this year i was working on a personal image just to try and implement new things so i started on elistbox, due to the lack of documentations it took me a while to understand the code but at the end i figured it out , it still need improvements (the navigation code is ugly) also the scollbar positioning, if someone want to try or implement some part of the code in his image you'll find the classes in the attachments 

 

Grid view:

 

1-0-19-4484-1000-1-CFDACE7-0-0-0-2022070

<widget name="list" margin="15,20" flex="grid" rows="3" itemSize="250" selectionSize="270" position="center,center" size="1920,1080" zPosition="1" transparent="1" foregroundColor="#DCE1E3" textOffset="120,120" font="Regular;35"/>

Horizontal view:

 

1-0-19-4484-1000-1-CFDACE7-0-0-0-2022070

 <widget name="list" margin="15,20" flex="horizontal" rows="3" itemSize="250" selectionSize="270" position="center,center" size="1920,1080" zPosition="1" transparent="1" foregroundColor="#DCE1E3" textOffset="120,120" font="Regular;35"/>

Gui bug on some hisi models

26 August 2021 - 00:42

i faced some wired movements on the gui especially in list boxes when scrolling , i did some searching and i found a commit that fix this bug i tried it on a home build the gui is much better now no more glitchy movements.

 

i attached the patch for the fix