|
|
@@ -13,12 +13,12 @@
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_back_home_net"
|
|
|
- android:layout_width="@dimen/margin20dp"
|
|
|
- android:layout_height="@dimen/margin20dp"
|
|
|
- android:src="@drawable/ic_imagepicker_arrow_left"
|
|
|
+ android:layout_width="@dimen/margin50dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_alignParentLeft="true"
|
|
|
android:layout_centerInParent="true"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
+ android:scaleType="centerInside"
|
|
|
+ android:src="@drawable/ic_imagepicker_arrow_left"
|
|
|
/>
|
|
|
<TextView
|
|
|
android:id="@+id/tv_title_home_net"
|