light black

This commit is contained in:
AndyScherzinger 2018-06-14 21:43:42 +02:00
parent 3fd9f842f5
commit 40f58d26f9
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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>