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

Commit 6c19a8d3 authored by Matt Pietal's avatar Matt Pietal
Browse files

Controls - All blacks

Control background must be all black for proper contrast. Make sure
the window and status bar stay that way.

Fixes: 185980818
Test: manual
Change-Id: I7fa1e864968f6f55f4ef4058eaec709019c3bd93
parent a2be0990
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -20,8 +20,7 @@
    android:id="@+id/control_detail_root"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:background="@android:color/black">
    android:orientation="vertical">

  <com.android.systemui.globalactions.MinHeightScrollView
      android:layout_width="match_parent"
+2 −2
Original line number Diff line number Diff line
@@ -678,9 +678,9 @@
        <item name="android:windowActivityTransitions">true</item>
        <item name="android:windowContentTransitions">false</item>
        <item name="android:windowIsTranslucent">false</item>
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowBackground">@android:color/black</item>
        <item name="android:windowAnimationStyle">@null</item>
        <item name="android:statusBarColor">@*android:color/transparent</item>
        <item name="android:statusBarColor">@android:color/black</item>
        <item name="wallpaperTextColor">@*android:color/primary_text_material_dark</item>
    </style>