6 lines
985 B
XML
6 lines
985 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:orientation="vertical" android:background="@drawable/bg_popup_box" android:paddingLeft="@dimen/tmap_10dp" android:paddingTop="@dimen/tmap_8dp" android:paddingRight="@dimen/tmap_10dp" android:paddingBottom="@dimen/tmap_13dp" android:layout_width="@dimen/tmap_332dp" android:layout_height="wrap_content"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ListView android:id="@id/scanned_list" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_0dp" android:layout_weight="1.0" />
|
|
<TextView android:textSize="@dimen/tmap_common_popup_dialog_btn_text_size" android:textColor="@color/tmap_common_popup_button_color" android:gravity="center" android:id="@id/scan_layout_close" android:background="@drawable/btn_popup_left_selector" android:clickable="true" android:layout_width="fill_parent" android:layout_height="@dimen/tmap_50dp" android:text="@string/popup_btn_close" />
|
|
</LinearLayout> |