one ui v7.0

  1. S

    Android Question Label1.TextSize = Lable1.TextSize reduces the font size on One UI v7.0

    Hi All, I was wondering if there was a way to detect the device's software version and what the system fontsize is set to so that when I change the font size I can compensate for this known One UI 7 issue. I know Label1.TextSize = Lable1.TextSize is non-sensical but it was the easiest way to...
  2. S

    Bug? Adding positive number to Label TextSize makes it smaller since the One UI 7.0 update

    I may be going mad but since yesterday's One UI update to version 7 doing the following seems to make the final size smaller. Am I missing something? The code below is placed in a Do While loop with dt changing on each loop Private newV As Float = ex.TextSize + dt...
  3. hayk

    Android Question Problem with SAMSUNG One UI v7.0

    I've just updated my Samsung phone to One UI v7.0 (Android v15). And turns out app title ( #IncludeTitle: True ).Top coordinate and Activity 0%x coordinate are the same. As result application title covers top part of app screen, tabhost is stacked under the title (see image 22.jpg). How to fix...
Top