Hallo AD-Forum,
beim Erstellen eines Gradienten in der Toolbar ist mir aufgefallen, dass auch der Hintergrund von Title und Subtitle ein Gradient ist. Wie kann ich in der xml-Datei einstellen, dass der Texthintergrund transparent ist?
Das ist soweit die xml meiner Toobar:
XML: toolbar.xml
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:title="Titel"
app:subtitle="Untertitel"
app:subtitleTextColor="@color/blue"
android:fitsSystemWindows="true"
android:theme="@style/ToolbarTheme"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" >
</android.support.v7.widget.Toolbar>
Alles anzeigen
Vielen Dank schonmal für eure Tipps!
Grüße
F.Schmidt