From 1cc1900e13d79e0451587439c23bbb062d86cee3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 27 Apr 2015 22:29:45 -0700 Subject: 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 --- altosdroid/res/layout/tab_layout.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 altosdroid/res/layout/tab_layout.xml (limited to 'altosdroid/res/layout/tab_layout.xml') diff --git a/altosdroid/res/layout/tab_layout.xml b/altosdroid/res/layout/tab_layout.xml new file mode 100644 index 00000000..2c21c648 --- /dev/null +++ b/altosdroid/res/layout/tab_layout.xml @@ -0,0 +1,16 @@ + + + + -- cgit v1.2.3