From 8ec226e8c778a3d1b4268edc33cd7c515d88ab31 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Sun, 16 Sep 2012 13:15:18 -0700 Subject: Further adjustment of the new package installer UI. - Privacy and Device permissions are not shown as separate tabs, but instead separate sections in the same single scrollable permissions list. - No tabs are shown when installing a new app (they are all in the new single list); two tabs are shown when installing an update: the new permissions, and all permissions. - If you are reviewing more permissions than fit on the screen, the "install" button is changed to a "next" button until you scroll through the entire list. Change-Id: I0665a797f80ba5276e782e94be97090a429e5280 --- res/layout/permissions_list.xml | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 res/layout/permissions_list.xml (limited to 'res/layout/permissions_list.xml') diff --git a/res/layout/permissions_list.xml b/res/layout/permissions_list.xml new file mode 100644 index 00000000..55eb81dd --- /dev/null +++ b/res/layout/permissions_list.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + -- cgit v1.2.3