|
|
@@ -11,24 +11,28 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:paddingStart="24dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:paddingEnd="24dp"
|
|
|
- android:gravity="center_vertical">
|
|
|
+ android:paddingStart="24dp"
|
|
|
+ >
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/button_back"
|
|
|
android:layout_width="35dp"
|
|
|
android:layout_height="35dp"
|
|
|
android:contentDescription="@string/previous_page"
|
|
|
- android:padding="10dp"
|
|
|
+ android:paddingTop="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:paddingBottom="10dp"
|
|
|
+ android:paddingLeft="-10dp"
|
|
|
android:src="@drawable/icon_header_back"/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/action_bar_title"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="56dp"
|
|
|
- android:layout_marginStart="18dp"
|
|
|
android:layout_marginEnd="18dp"
|
|
|
+ android:layout_marginStart="18dp"
|
|
|
android:layout_weight="1"
|
|
|
android:gravity="center"
|
|
|
android:textColor="@color/C000000"
|