mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 03:55:04 -05:00
16 lines
564 B
XML
16 lines
564 B
XML
<?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
|
|
android:id="@+id/actionbar_refresh_button"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@null"
|
|
android:layout_alignParentRight="true"
|
|
android:src="@drawable/ic_menu_refresh" />
|
|
|
|
</RelativeLayout> |