OSDN Git Service

Fix http://b/2326879 (drawing glitches)
[android-x86/packages-apps-DeskClock.git] / res / layout / desk_clock.xml
index 271dc65..018ef1f 100644 (file)
@@ -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"
                     />
             </LinearLayout>
 
     <View android:id="@+id/window_tint"
         android:layout_width="fill_parent"
         android:layout_height="fill_parent"
-        android:background="#E0000000"
+        android:background="#CC000000"
         android:visibility="visible"
         android:clickable="false"
         />