In a kind of status panel for my app I was using labels to display various settings but also want to allow the user to tap on any of the individual setting displays to change it. I was using labels to display the settingssSo my first thought was to replace the labels with buttons and simply change the button text as the setting changes. However I discovered that if I used the same textsize for the button text as I had for the labels it didn't fit within the same button size. So I would have to make the buttons bigger or the text smaller (at least 3 points smaller) but neither of these options are ideal to maintain the layout and readability of the screen.
So my question is first: why is the text margin within buttons greater than that within labels and can it be changed. And second is there any other way of achieving this with a combination of labels and buttons?
Ta.
So my question is first: why is the text margin within buttons greater than that within labels and can it be changed. And second is there any other way of achieving this with a combination of labels and buttons?
Ta.