I removed the action bar from a single acitivity. But in my Action bar has the back button. If I remove the action bar logically the button comes out. But I'd like the back button to stay there. Is there any toolbar or something like that where the back button is transparent and stays on? I am designing a detail screen of a customer's registration. Follow the images for better understanding.
XMLCode:
<?xmlversion="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorPrimary" />