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

Commit 1b142a0b authored by Fahim's avatar Fahim
Browse files

refactor according to review

parent a264e9a6
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:color="@color/disabled_contact_list_name_text" android:state_enabled="false" />
    <item android:color="@color/primary_text_color" />
</selector>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    android:shape="oval">

    <solid
        android:color="#ffffff"/>
        android:color="@color/primary_color_dark"/>

    <size
        android:width="120dp"
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@
        android:viewportWidth="192.0">
  <path android:fillColor="@color/ic_add_contact_shortcut_background"
        android:pathData="M96,8C47.38,8 8,47.38 8,96s39.38,88 88,88s88,-39.38 88,-88S144.62,8 96,8z"/>
  <path android:fillColor="#039BE5"
  <path android:fillColor="@color/accent"
        android:pathData="M124,100h-24v24h-8v-24H68v-8h24V68h8v24h24V100z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@
    android:viewportWidth="192.0">
    <path android:fillColor="@color/ic_add_contact_shortcut_background"
        android:pathData="M96,8C47.38,8 8,47.38 8,96s39.38,88 88,88s88,-39.38 88,-88S144.62,8 96,8z"/>
    <path android:fillColor="#039BE5"
    <path android:fillColor="@color/accent"
        android:pathData="M124,100h-24v24h-8v-24H68v-8h24V68h8v24h24V100z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -5,5 +5,5 @@
        android:viewportHeight="24.0">
    <path
        android:pathData="M20,6h-4V4c0,-1.11 -0.89,-2 -2,-2h-4C8.89,2 8,2.89 8,4v2H4C2.89,6 2.01,6.89 2.01,8L2,19c0,1.11 0.89,2 2,2h16c1.11,0 2,-0.89 2,-2V8C22,6.89 21.11,6 20,6zM12,15c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2s2,0.9 2,2S13.1,15 12,15zM14,6h-4V4h4V6z"
        android:fillColor="#7F7F7F"/>
        android:fillColor="@color/accent"/>
</vector>
Loading