From 3866899a033d0cef4d168df93e0d1f65837dfe9e Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Thu, 14 Jan 2010 14:39:36 -0500 Subject: [PATCH] Fix http://b/2326879 (drawing glitches) --- res/layout-land/desk_clock.xml | 5 +++-- res/layout/desk_clock.xml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/res/layout-land/desk_clock.xml b/res/layout-land/desk_clock.xml index 0cbaccf..fbe310c 100644 --- a/res/layout-land/desk_clock.xml +++ b/res/layout-land/desk_clock.xml @@ -82,6 +82,7 @@ android:layout_width="wrap_content" android:src="@drawable/ic_round_brightness" android:contentDescription="@string/nightmode_button_description" + android:nextFocusDown="@+id/alarm_button" /> @@ -97,7 +98,7 @@ diff --git a/res/layout/desk_clock.xml b/res/layout/desk_clock.xml index 271dc65..018ef1f 100644 --- a/res/layout/desk_clock.xml +++ b/res/layout/desk_clock.xml @@ -78,6 +78,7 @@ android:layout_width="wrap_content" android:src="@drawable/ic_round_brightness" android:contentDescription="@string/nightmode_button_description" + android:nextFocusDown="@+id/alarm_button" /> @@ -112,7 +113,7 @@ -- 2.11.0