OSDN Git Service

Revert "Remove dead code #11: Remove more unused classes"
[android-x86/frameworks-base.git] / core / res / res / layout / notification_template_material_inbox.xml
index d292d4e..ac448ee 100644 (file)
   -->
 
 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:internal="http://schemas.android.com/apk/prv/res/android"
     android:id="@+id/status_bar_latest_event_content"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
+    internal:layout_minHeight="65dp"
+    internal:layout_maxHeight="unbounded"
     >
     <include layout="@layout/notification_template_icon_group"
         android:layout_width="@dimen/notification_large_icon_width"