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

Commit 13658939 authored by Stanley Wang's avatar Stanley Wang Committed by Android (Google) Code Review
Browse files

Merge "Update background color of main switch bar."

parents a5c861a6 3b9574c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
  limitations under the License.
  -->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:background="@android:color/transparent"
    android:orientation="vertical">

    <LinearLayout
@@ -26,7 +26,7 @@
        android:minHeight="@dimen/min_switch_bar_height"
        android:layout_height="wrap_content"
        android:layout_width="match_parent"
        android:background="@android:color/transparent"
        android:background="?android:attr/colorBackground"
        android:paddingLeft="@dimen/switchbar_margin_start"
        android:paddingRight="@dimen/switchbar_margin_end">

+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@

<resources>

    <color name="background_color">@android:color/transparent</color>
    <color name="title_text_color">@*android:color/primary_text_light</color>
    <color name="thumb_off">#BFFFFFFF</color>
    <color name="track_on">@*android:color/accent_device_default_dark</color>