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

Commit 5f55befb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Controls - All blacks" into sc-dev

parents 5148e808 6c19a8d3
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>