inital commit
This commit is contained in:
14
LocationRinger/res/layout/get_location_widget.xml
Normal file
14
LocationRinger/res/layout/get_location_widget.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user