From ee21cab0e684710a77df85577ff16d1f00edaf4d Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Sun, 13 May 2012 18:25:29 -0700 Subject: Fix up tabs in the permissions display Make tab bar scrollable if tabs don't all fit. Scroll the currently selected tab into view when it becomes selected. Bug 6481646 Change-Id: Ic492526ce06fae759b23127f74cfcb8e2fd8f030 --- res/layout/install_confirm.xml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'res') diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml index 7a35e0c..753a24b 100644 --- a/res/layout/install_confirm.xml +++ b/res/layout/install_confirm.xml @@ -47,17 +47,22 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - - - + android:background="@*android:drawable/tab_unselected_holo" + android:fillViewport="true" + android:scrollbars="none"> + + + +