|
|
@@ -22,18 +22,16 @@
|
|
|
android:layout_alignRight="@id/detail_location_title_tv"
|
|
|
>
|
|
|
|
|
|
- <Button
|
|
|
+ <ImageButton
|
|
|
android:id="@+id/detail_location_nav_btn"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_width="50dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_marginRight="5dp"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#44aaff"
|
|
|
- android:text="Navigation"
|
|
|
- android:textAllCaps="false"
|
|
|
+ android:src="@drawable/btn_navigation"
|
|
|
+ android:background="@drawable/clear_bg"
|
|
|
/>
|
|
|
|
|
|
<TextView
|