Sha256: 34e887fd0112b72c910327223b05881d0d0e4e6b7b948778dbdce81981408ed6

Contents?: true

Size: 740 Bytes

Versions: 1

Compression:

Stored size: 740 Bytes

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" >

    <ListView android:id="@android:id/list"
        style="?android:attr/listViewWhiteStyle"
        android:cacheColorHint="#fff"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:fadingEdge="none" />

    <TextView android:id="@+id/empty"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:gravity="center"
        android:text="@string/empty" />
    
</LinearLayout>    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
remi-andrake-0.1.0 examples/android/Translate/res/layout/history_activity.xml