TabHeader Background Color und Foreground Color ändern

  • Hallo Forum,


    ich würde gerne die TabHeader Back und Foreground Color ändern nur wie ? Kennt Ihr Links oder wisst Ihr wie das geht ? Mein Code bis jetzt:


    TabListener.java


    Java
    int actionBarTitleId = Resources.getSystem().getIdentifier("action_bar_title", "id", "android");
    		if (actionBarTitleId > 0) {
    			TextView title = (TextView) findViewById(actionBarTitleId);
    			if (title != null) {
    				title.setTextColor(Color.BLACK);
    			}
    		}


    MainActivity.java



    Unten noch ein Bild was ich mit TabHeader meine ^^


    Gruß,
    Jan

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!