Fix blacklist editor crash on older Android versions
This commit is contained in:
parent
76fcad4a52
commit
db3bd4b325
|
@ -69,7 +69,7 @@
|
|||
android:layout_marginRight="6dp"
|
||||
android:contentDescription="@string/info_icon_description"
|
||||
android:src="@drawable/ic_info_24dp"
|
||||
android:tint="@android:color/tab_indicator_text" />
|
||||
android:tint="@color/gray" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/contactsNotBlockedNotice"
|
||||
|
|
|
@ -8,4 +8,6 @@
|
|||
<color name="rateNeutral">#ffb300</color>
|
||||
<color name="rateNegative">#d40000</color>
|
||||
<color name="notFound">#999999</color>
|
||||
|
||||
<color name="gray">#808080</color>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue