Sha256: 32fd96201ab0a672c9f9b059dd234f9042ecc6369dee5e4fb5efe5b0bfb9fa77

Contents?: true

Size: 1.75 KB

Versions: 14

Compression:

Stored size: 1.75 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/widget28"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_gravity="fill"
    android:orientation="vertical" >

<TextView
    android:id="@+id/lookIn"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:gravity="center_horizontal|right"
    android:text="Look In:"
    android:textColor="#FFFFFF"
    android:textSize="17px"
    android:textStyle="bold" >

</TextView>

<ImageView
    android:id="@+id/preview"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_weight="2" />

<ListView
    android:id="@+id/filesList"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_weight="20"
    android:layout_marginTop="20dp"
    android:padding="5dp"
    android:scrollbarStyle="insideOverlay" >

</ListView>

<LinearLayout
    android:id="@+id/buttonLayout"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="fill_horizontal"
    android:layout_weight="0"
    android:gravity="fill_horizontal"
    android:orientation="horizontal" >

<Button
    android:id="@+id/okButton"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="fill"
    android:layout_weight="1"
    android:text="Open" >

</Button>

<Button
    android:id="@+id/cancelButton"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="fill"
    android:layout_weight="1"
    android:text="Cancel" >

</Button>
</LinearLayout>
</LinearLayout>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhodes-7.6.0 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-7.5.1 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-7.4.1 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-7.1.17 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-6.2.0 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-6.0.11 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-5.5.18 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-5.5.17 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-5.5.15 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-5.5.0.22 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-5.5.2 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-5.5.0.7 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-5.5.0.3 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-5.5.0 platform/android/Rhodes/res/layout/directory_list.xml