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