blob: e4d9013d5aeeb357609aef862bfd949a1e3a883a [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- this container is needed in order to center the content of 'badge' notification types. -->
<LinearLayout
android:id="@+id/notifications_list_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<ListView
android:id="@id/android:list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:listSelector="@android:color/transparent" />
</LinearLayout>
</RelativeLayout>