2012-07-16 09:22:42 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:clickable="true"
|
|
|
|
android:focusable="true" >
|
|
|
|
|
|
|
|
<ImageButton
|
2012-07-17 09:07:15 -04:00
|
|
|
android:id="@+id/actionbar_refresh_button"
|
2012-07-16 09:22:42 -04:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@null"
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
android:src="@drawable/ic_menu_refresh" />
|
|
|
|
|
|
|
|
</RelativeLayout>
|