dankito / RichTextEditor

Rich text WYSIWYG editor for Android and JavaFX
Apache License 2.0
92 stars 36 forks source link

how to change the toolbar options icon color #41

Closed NoviceGabe closed 4 years ago

dankito commented 4 years ago

What color do you want to change?

    <net.dankito.richtexteditor.android.toolbar.GroupedCommandsEditorToolbar
        android:id="@+id/topGroupedCommandsToolbar"
        android:layout_width="match_parent"
        android:layout_height="@dimen/editor_toolbar_default_height"
        android:background="?attr/colorPrimary" // <- set your background color here
        android:visibility="gone"
    />