summaryrefslogtreecommitdiffstats
path: root/res/layout/hidden_apps_list.xml
blob: cc944721047b34572ec69c95a91bfdcd77e6f18d (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/list"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginLeft="5dp"
    android:choiceMode="multipleChoice"
    android:layout_alignParentTop="true"/>