Browse Source

light black

AndyScherzinger 6 years ago
parent
commit
40f58d26f9

+ 1 - 1
app/src/main/res/layout/controller_call_notification.xml

@@ -23,7 +23,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:background="@color/black">
+    android:background="@color/grey950">
 
     <TextView
         android:id="@+id/incomingCallTextView"

+ 1 - 0
app/src/main/res/values/colors.xml

@@ -18,5 +18,6 @@
     <color name="grey_600">#757575</color>
     <color name="nc_grey">#D5D5D5</color>
     <color name="white30">#e9ffffff</color>
+    <color name="grey950">#0f0f0f</color>
 </resources>