Sha256: 4f64b38bd92a48e2e3c84036180909cfac55fd8ae6ce4f9c9a0ccd40dc68d223

Contents?: true

Size: 1 KB

Versions: 8

Compression:

Stored size: 1 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
    android:gravity="center_horizontal|center_vertical"
>
  <ImageButton
      android:layout_width="fill_parent"
      android:layout_height="fill_parent"
      android:src="@drawable/get_ruboto_core"
      android:layout_weight="1"
      android:scaleType="fitCenter"
      android:onClick="getRubotoCore"
  />
  <TextView android:id="@android:id/text1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Welcome to Ruboto!  This is the first Ruboto application installed on this device.  To continue, you need to install the Ruboto Core platform package.  Click on the image above to go to the market and d\
ownload and install the Ruboto Core platform package.  Then return back here to start the app." />
</LinearLayout>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruboto-1.6.1 assets/res/layout/get_ruboto_core.xml
ruboto-1.6.0 assets/res/layout/get_ruboto_core.xml
ruboto-1.5.0 assets/res/layout/get_ruboto_core.xml
ruboto-1.4.1 assets/res/layout/get_ruboto_core.xml
ruboto-1.4.0 assets/res/layout/get_ruboto_core.xml
ruboto-1.3.1 assets/res/layout/get_ruboto_core.xml
ruboto-1.3.0 assets/res/layout/get_ruboto_core.xml
ruboto-1.2.0 assets/res/layout/get_ruboto_core.xml