Skip to content

Not working with androidx.appcompat.widget.Toolbar #1

@tmm1

Description

@tmm1

I tried to use this library as such:

    <androidx.appcompat.widget.Toolbar
        android:id="@+id/toolbar"
        android:layout_alignParentTop="true"
        android:background="@color/bar_tint"
        android:theme="@style/ToolbarTheme"
        app:popupTheme="@style/PopupTheme"
        bind:centerTitle="@{true}"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

but the text is not centered.

Does it work with androidx?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions