summaryrefslogtreecommitdiffstats
path: root/res/layout/hidden_apps_list.xml
blob: fb0d4bffb1da74043cd6caa64dc7543e0039b028 (plain)
1
2
3
4
5
6
7
<?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" />