altosdroid: Fix tab label height problems
authorKeith Packard <keithp@keithp.com>
Tue, 28 Apr 2015 05:29:45 +0000 (22:29 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 28 Apr 2015 05:29:45 +0000 (22:29 -0700)
commit1cc1900e13d79e0451587439c23bbb062d86cee3
treefdc014e8206ea3c336bd22fa678d1b5f23dc2a5a
parent7bfa8841b65707d629b425b306ec4cc3acfc156c
altosdroid: Fix tab label height problems

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>
altosdroid/res/layout/tab_layout.xml [new file with mode: 0644]
altosdroid/src/org/altusmetrum/AltosDroid/AltosDroid.java