15 lines
494 B
XML
15 lines
494 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
>
|
|
<ImageButton
|
|
android:id="@+id/widget_get_location_button"
|
|
android:layout_gravity="center"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/icon"
|
|
android:layout_marginBottom="15dip"/>
|
|
</LinearLayout>
|