aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/usefulapps_activity.xml
blob: fa2112e6c1960c7fac15c90c44449cd028c37ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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:background="?background_color"
    android:orientation="vertical" >

    <ListView
        android:id="@+id/apps_list"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:cacheColorHint="?background_color"
        android:divider="?background_color"
        android:fastScrollEnabled="true"
        android:footerDividersEnabled="false"
        android:headerDividersEnabled="false"
        android:listSelector="?background_color"
        android:padding="4dip" >
    </ListView>

</LinearLayout>