I am new to android programming. I am trying to create a basic clock app. I have found the textClock function and have been trying to implement it such that the clock digits stretch to the width of the screen or parent view. Right now when I put in a text clock and define a textSize, the clock looks huge on a nexus 4 and small on a nexus 10.
How to I make the clock stretch to the screen width?
Any help is appreciated. If you provide code, please explain it in detail. Thank you in advance!