You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have layout (id: actionBar) included for action bar in xml file name, and I have edit text name title. When the fragment is resumed the action bar title value is changed to title value of editext.
I have layout (id: actionBar) included for action bar in xml file name, and I have edit text name title. When the fragment is resumed the action bar title value is changed to title value of editext.
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/titleLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/standard_margin"
android:hint="@string/title"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/containerAddItem">
Action bar layout
The text was updated successfully, but these errors were encountered: