Sha256: 6328551c9fc35daf552e474d97dcdbbad09a3001aae9484015365b308aacc29b

Contents?: true

Size: 1.49 KB

Versions: 110

Compression:

Stored size: 1.49 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    >
    <TextView android:id="@+id/title_paired_devices"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/title_paired_devices"
        android:visibility="gone"
        android:background="#666"
        android:textColor="#fff"
        android:paddingLeft="5dp"
    />
    <ListView android:id="@+id/paired_devices"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:stackFromBottom="true"
        android:layout_weight="1"
    />
    <TextView android:id="@+id/title_new_devices"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/title_other_devices"
        android:visibility="gone"
        android:background="#666"
        android:textColor="#fff"
        android:paddingLeft="5dp"
    />
    <ListView android:id="@+id/new_devices"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:stackFromBottom="true"
        android:layout_weight="2"
    />
    <Button android:id="@+id/button_scan"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/button_scan"
    />
</LinearLayout>

Version data entries

110 entries across 110 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/bluetooth/ext/platform/android/additional_files/res/layout/bt_device_list.xml
rhodes-7.5.1 lib/commonAPI/bluetooth/ext/platform/android/additional_files/res/layout/bt_device_list.xml
rhodes-7.4.1 lib/commonAPI/bluetooth/ext/platform/android/additional_files/res/layout/bt_device_list.xml
rhodes-7.1.17 lib/commonAPI/bluetooth/ext/platform/android/additional_files/res/layout/bt_device_list.xml
rhodes-6.2.0 lib/commonAPI/bluetooth/ext/platform/android/additional_files/res/layout/bt_device_list.xml
rhodes-6.0.11 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-5.5.18 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-5.5.17 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-5.5.15 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-5.5.0.22 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-5.5.2 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-5.5.0.7 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-5.5.0.3 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-5.5.0 platform/android/Rhodes/res/layout/bt_device_list.xml
tauplatform-1.0.3 platform/android/Rhodes/res/layout/bt_device_list.xml
tauplatform-1.0.2 platform/android/Rhodes/res/layout/bt_device_list.xml
tauplatform-1.0.1 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-3.5.1.12 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-3.3.5 platform/android/Rhodes/res/layout/bt_device_list.xml
rhodes-3.4.2 platform/android/Rhodes/res/layout/bt_device_list.xml