Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3866899a authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Fix http://b/2326879 (drawing glitches)

parent e7c9540b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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"
                    />
            </LinearLayout>

@@ -97,7 +98,7 @@
                <include layout="@layout/desk_clock_time_date"
                    android:layout_height="wrap_content"
                    android:layout_width="0dip"
                    android:layout_weight="4"
                    android:layout_weight="5"
                    />

                <include layout="@layout/desk_clock_weather"
@@ -119,7 +120,7 @@
    <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"
        />
+2 −1
Original line number Diff line number Diff line
@@ -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>

@@ -112,7 +113,7 @@
    <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"
        />