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

Commit ba5c3817 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Theme: some background and text fixes caused by merge conflicts and upstream changes

parent f114d188
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<vector android:height="24dp" android:tint="#FFFFFF"
<vector android:height="24dp" android:tint="@color/color_default_secondary_text"
    android:viewportHeight="24.0" android:viewportWidth="24.0"
    android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:fillColor="#FF000000" android:pathData="M3,17.25V21h3.75L17.81,9.94l-3.75,-3.75L3,17.25zM20.71,7.04c0.39,-0.39 0.39,-1.02 0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0l-1.83,1.83 3.75,3.75 1.83,-1.83z"/>
+1 −1
Original line number Diff line number Diff line
<vector android:height="24dp" android:tint="#FFFFFF"
<vector android:height="24dp" android:tint="@color/color_default_secondary_text"
    android:viewportHeight="24.0" android:viewportWidth="24.0"
    android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:fillColor="#FF000000" android:pathData="M14,2L6,2c-1.1,0 -1.99,0.9 -1.99,2L4,20c0,1.1 0.89,2 1.99,2L18,22c1.1,0 2,-0.9 2,-2L20,8l-6,-6zM16,18L8,18v-2h8v2zM16,14L8,14v-2h8v2zM13,9L13,3.5L18.5,9L13,9z"/>
+1 −1
Original line number Diff line number Diff line
<vector android:height="24dp" android:tint="#FFFFFF"
<vector android:height="24dp" android:tint="@color/color_default_secondary_text"
    android:viewportHeight="24.0" android:viewportWidth="24.0"
    android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:fillColor="#FF000000" android:pathData="M11,17h2v-6h-2v6zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM11,9h2L13,7h-2v2z"/>
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorPrimary">
    android:tint="@color/colorAccent">
  <path
      android:pathData="M12,12m-11.6998,0a11.6998,11.6998 0,1 1,23.3996 0a11.6998,11.6998 0,1 1,-23.3996 0"
      android:fillColor="#000000" />
+1 −1
Original line number Diff line number Diff line
<vector android:height="24dp" android:tint="?attr/colorPrimary" android:viewportHeight="24"
<vector android:height="24dp" android:tint="@color/colorAccent" android:viewportHeight="24"
    android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:fillColor="#00000000"
        android:pathData="M12,12m-11.6998,0a11.6998,11.6998 0,1 1,23.3996 0a11.6998,11.6998 0,1 1,-23.3996 0"
Loading