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?