From: Daniel Sandler Date: Thu, 14 Jan 2010 19:39:36 +0000 (-0500) Subject: Fix http://b/2326879 (drawing glitches) X-Git-Tag: android-x86-2.2~36^2^2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3866899a;hp=e7c9540b179fdafb69cdc5e05a2d769f4be9463a;p=android-x86%2Fpackages-apps-DeskClock.git Fix http://b/2326879 (drawing glitches) --- 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 @@