K kemanlam Member Licensed User Longtime User Jul 2, 2016 #1 Hello, Some users to change their devices font to large, then in myapp the fonts scale extra the customlistview.i find the answer https://www.b4x.com/android/forum/threads/get-size-of-system-font-in-use.28065/#post-162760, but no effect in myapp, because i use panel and use CLV.add, not addtextitem. So how do i solve this problem. THX
Hello, Some users to change their devices font to large, then in myapp the fonts scale extra the customlistview.i find the answer https://www.b4x.com/android/forum/threads/get-size-of-system-font-in-use.28065/#post-162760, but no effect in myapp, because i use panel and use CLV.add, not addtextitem. So how do i solve this problem. THX
Erel B4X founder Staff member Licensed User Longtime User Jul 3, 2016 #2 B4X: For i = 0 To clv.GetSize - 1 ResetUserFontScale(clv.GetPanel(i)) Next Upvote 0