|
|
@@ -13,22 +13,21 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:gravity="center_vertical">
|
|
|
|
|
|
- <ImageButton
|
|
|
- android:id="@+id/btnBack"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/button_back"
|
|
|
+ android:layout_width="35dp"
|
|
|
+ android:layout_height="35dp"
|
|
|
+ android:padding="10dp"
|
|
|
android:layout_marginStart="24dp"
|
|
|
- android:background="@drawable/icon_header_back"
|
|
|
+ android:src="@drawable/icon_header_back"
|
|
|
android:contentDescription="@string/previous_page"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/action_bar_title"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="56dp"
|
|
|
- android:layout_marginStart="18dp"
|
|
|
android:layout_marginEnd="18dp"
|
|
|
android:gravity="center_vertical"
|
|
|
- android:textAlignment="center"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="18sp"
|
|
|
tools:text="action bar title"/>
|