mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Fix blacklist editor crash on older Android versions
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
android:layout_marginRight="6dp"
|
android:layout_marginRight="6dp"
|
||||||
android:contentDescription="@string/info_icon_description"
|
android:contentDescription="@string/info_icon_description"
|
||||||
android:src="@drawable/ic_info_24dp"
|
android:src="@drawable/ic_info_24dp"
|
||||||
android:tint="@android:color/tab_indicator_text" />
|
android:tint="@color/gray" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/contactsNotBlockedNotice"
|
android:id="@+id/contactsNotBlockedNotice"
|
||||||
|
@@ -8,4 +8,6 @@
|
|||||||
<color name="rateNeutral">#ffb300</color>
|
<color name="rateNeutral">#ffb300</color>
|
||||||
<color name="rateNegative">#d40000</color>
|
<color name="rateNegative">#d40000</color>
|
||||||
<color name="notFound">#999999</color>
|
<color name="notFound">#999999</color>
|
||||||
|
|
||||||
|
<color name="gray">#808080</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
Reference in New Issue
Block a user