summaryrefslogtreecommitdiff
path: root/altosdroid/res/layout/tab_layout.xml
Commit message (Collapse)AuthorAge
* altosdroid: Fix tab label height problemsKeith Packard2015-04-27
With a newer android API versions, we can set the indicator to a View instead of just a string. This lets us wrap the desired string in a TextView and show just that for the indicator, making it exactly the right size. Signed-off-by: Keith Packard <keithp@keithp.com>