From 9ec871def38079691085a16862c234b98de99362 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Wed, 24 Oct 2012 19:25:44 -0700 Subject: 3D carousel initial stab -- paging outlines / alpha effects pending design Change-Id: I2d9851472472a0affa9b46b2508fc7a1cb8c9779 --- core/res/res/layout-port/keyguard_host_view.xml | 7 +++-- core/res/res/layout-port/keyguard_widget_pager.xml | 32 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 core/res/res/layout-port/keyguard_widget_pager.xml (limited to 'core/res/res/layout-port') diff --git a/core/res/res/layout-port/keyguard_host_view.xml b/core/res/res/layout-port/keyguard_host_view.xml index ccc1692861a..15e98444309 100644 --- a/core/res/res/layout-port/keyguard_host_view.xml +++ b/core/res/res/layout-port/keyguard_host_view.xml @@ -39,9 +39,10 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + android:id="@+id/app_widget_container" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_gravity="center"/> + + + + + -- cgit v1.2.3