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

Commit 09de3928 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

Use theme attributes for FloatingToolbar colors.

Bug: 20148220
Change-Id: Idc64313040f873dadf05a8c777343c67538199a6
parent 56867804
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,4 +24,4 @@
    android:elevation="2dp"
    android:focusable="true"
    android:focusableInTouchMode="true"
    android:background="@color/floating_toolbar_background_color"/>
    android:background="?attr/colorBackgroundFloating"/>
+1 −1
Original line number Diff line number Diff line
@@ -29,5 +29,5 @@
    android:fontFamily="sans-serif"
    android:textSize="@dimen/floating_toolbar_text_size"
    android:textAllCaps="true"
    android:textColor="@color/floating_toolbar_text_color"
    android:textColor="?attr/colorForeground"
    android:background="?attr/selectableItemBackground" />
+1 −1
Original line number Diff line number Diff line
@@ -31,5 +31,5 @@
    android:ellipsize="end"
    android:fontFamily="sans-serif"
    android:textSize="@dimen/floating_toolbar_text_size"
    android:textColor="@color/floating_toolbar_text_color"
    android:textColor="?attr/colorForeground"
    android:textAllCaps="true" />
+0 −4
Original line number Diff line number Diff line
@@ -174,8 +174,4 @@
    <color name="Pink_800">#ffad1457</color>
    <color name="Red_700">#ffc53929</color>
    <color name="Red_800">#ffb93221</color>

    <!-- Floating toolbar colors -->
    <color name="floating_toolbar_text_color">#DD000000</color>
    <color name="floating_toolbar_background_color">#FAFAFA</color>
</resources>