浏览代码

light black

AndyScherzinger 6 年之前
父节点
当前提交
40f58d26f9
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      app/src/main/res/layout/controller_call_notification.xml
  2. 1 0
      app/src/main/res/values/colors.xml

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

@@ -23,7 +23,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:layout_height="match_parent"
-    android:background="@color/black">
+    android:background="@color/grey950">
 
 
     <TextView
     <TextView
         android:id="@+id/incomingCallTextView"
         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="grey_600">#757575</color>
     <color name="nc_grey">#D5D5D5</color>
     <color name="nc_grey">#D5D5D5</color>
     <color name="white30">#e9ffffff</color>
     <color name="white30">#e9ffffff</color>
+    <color name="grey950">#0f0f0f</color>
 </resources>
 </resources>