force notification text color to black
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:textSize="15dp"
|
||||
android:textColor="#000000"
|
||||
android:text="Baresip is running "
|
||||
style = "@android:style/TextAppearance.Medium" />
|
||||
|
||||
@ -51,6 +52,7 @@
|
||||
android:layout_gravity="center"
|
||||
android:paddingLeft="5dp"
|
||||
android:text="..."
|
||||
android:textColor="#000000"
|
||||
style = "@android:style/TextAppearance.Medium" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user