I have two textviews, a title and a subtitle, just like:
As strings are located on strings.xml
, they might change their width depending on the language, it can be larger or shorter.
Doubt: Is there a way I can keep subtitle's TextView2 both left and right edges always aligned to the Title's textView edges, no matter what? I imagine android would have to adjust the font size automatically to match both edges.
Is this possible?