Sha256: f14e085db7ad921ea57122c5619827c0ec22776cd133da0a17ed4d161a069b3b

Contents?: true

Size: 1.39 KB

Versions: 101

Compression:

Stored size: 1.39 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/widget28"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android"
>
<TextView
android:textStyle="bold" 
android:textSize="17px" 
android:textColor="#FFFFFF"
android:id="@+id/lookIn"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="Look In:"
>
</TextView>

<LinearLayout
android:id="@+id/buttonLayout"
android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_weight="1">

<ImageView android:id="@+id/preview"
  android:layout_width="120px" 
  android:layout_height="90px"
  />
<ListView android:id="@+id/filesList"
	 android:padding="10sp"
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"/>
     
</LinearLayout>

<LinearLayout
android:id="@+id/buttonLayout"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:gravity="right"
>
<Button
android:id="@+id/okButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Open"
>
</Button>
<Button
android:id="@+id/cancelButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Cancel"
>
</Button>
</LinearLayout>
</LinearLayout>

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
rhodes-3.5.1.12 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.5 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.4.2 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.4 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.3 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.3.beta.4 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.3.beta.3 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.3.beta.2 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.3.beta.1 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.2 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.2.beta.7 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.2.beta.6 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.2.beta.5 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.2.beta.4 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.2.beta.3 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.2.beta.2 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.2.beta.1 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.1 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.0 platform/android/Rhodes/res/layout/directory_list.xml
rhodes-3.3.0.beta.3 platform/android/Rhodes/res/layout/directory_list.xml