From d6536c09d1c311b0160b2cb911c62c21b7254eba Mon Sep 17 00:00:00 2001 From: Michael Kolb Date: Mon, 6 May 2013 12:41:34 -0700 Subject: Fix lockscreen camera widget layout Bug: 8832891 Change-Id: I4658de74e7cc9d4ba80a561b3e71ae6339d4f236 --- res/layout/menu_indicators_keyguard.xml | 41 +++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 17 deletions(-) (limited to 'res/layout/menu_indicators_keyguard.xml') diff --git a/res/layout/menu_indicators_keyguard.xml b/res/layout/menu_indicators_keyguard.xml index 6c838f6c5..7a8795d23 100644 --- a/res/layout/menu_indicators_keyguard.xml +++ b/res/layout/menu_indicators_keyguard.xml @@ -13,38 +13,45 @@ See the License for the specific language governing permissions and limitations under the License. --> - + android:layout_width="64dip" + android:layout_height="64dip" > + + + android:layout_gravity="center_horizontal|top" + android:src="@drawable/ic_indicator_timer_off" /> + android:layout_gravity="center_horizontal|bottom" + android:src="@drawable/ic_indicator_loc_on" /> + + - + \ No newline at end of file -- cgit v1.2.3