Sadece araç çubuğunun sol tarafında bir geri düğmesi istiyorum.Ama aşağıdaki kod ile eklediğinizde, araç çubuğunun sağ tarafında görünür.Nasıl sol tarafa değişebilir? o zaman sadece Toolbar
yapılandırmakAndroid'de araç çubuğuna bırakılan tek bir menü maddesi nasıl eklenir?
kodum
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" tools:context="com.me.myapp.activities.Timer">
<item
android:id="@+id/backButton"
android:title="Back Button"
android:icon="@mipmap/back_icon"
app:showAsAction="ifRoom"></item>
</menu>
simgeyi geri işleyebilir. 'GetActionBar(). SetDisplayHomeAsUpEnabled (true);' yerine kullanın. –