How to change Guincho7 color from white to black?
Asked
Active
Viewed 66 times
0
-
Is that an `ActionBar`/`Toolbar` or...what is it? Can you post your layout? – Leo Jul 23 '19 at 04:37
-
1use `Theme.AppCompat.Light` as parent in your app theme. – Amrish Kakadiya Jul 23 '19 at 04:37
-
Guncho is toolbar ? – Arjun Jul 23 '19 at 04:37
-
try this :- https://stackoverflow.com/a/40035506/7455793 – ChandraShekhar Kaushik Jul 23 '19 at 04:42
1 Answers
0
You can add titleTextColor property to the Toolbar element in your view's XML file.
app:titleTextColor="@android:color/white"

ChandraShekhar Kaushik
- 377
- 1
- 9

sweggersen
- 2,342
- 1
- 22
- 27