1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pharmacies/res/layout/list.xml

29 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/LinearLayout01"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:id="@+id/LinearLayout02"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal"
android:layout_gravity="center_horizontal"
android:layout_width="fill_parent"
android:background="@drawable/list_location">
<ImageView android:id="@+id/ImageView01"
android:layout_gravity="center"
android:background="@drawable/gps_fix1"
android:scaleType="centerCrop"
android:layout_width="30dip"
android:layout_height="30dip"/>
<org.r3pek.pharmacies.widgets.ScrollTextView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/tvLocation"
android:singleLine="true"/>
</LinearLayout>
<ListView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/list"/>
</LinearLayout>