DO NOT MERGE - Update prebuilt SDK to AAX07
diff --git a/current/support/v17/leanback/res/layout/lb_details_overview.xml b/current/support/v17/leanback/res/layout/lb_details_overview.xml
index ce337e8..1e4e0fc 100644
--- a/current/support/v17/leanback/res/layout/lb_details_overview.xml
+++ b/current/support/v17/leanback/res/layout/lb_details_overview.xml
@@ -25,11 +25,20 @@
     android:clipToPadding="false"
     >
 
+    <!--  Used for dimming -->
+    <FrameLayout
+        android:id="@+id/details_frame"
+        android:layout_width="match_parent"
+        android:layout_height="@dimen/lb_details_overview_height_large"
+        android:foreground="#ffffff"
+        android:elevation="@dimen/lb_details_overview_z"
+        >
+
     <!-- Background is applied to this inner layout -->
     <LinearLayout
         android:id="@+id/details_overview"
         android:layout_width="match_parent"
-        android:layout_height="@dimen/lb_details_overview_height_large"
+        android:layout_height="match_parent"
         android:orientation="horizontal"
          >
 
@@ -46,10 +55,9 @@
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:paddingBottom="@dimen/lb_details_overview_description_margin_bottom"
-            android:paddingTop="@dimen/lb_details_overview_description_margin_top"
             android:orientation="vertical" >
 
-        <FrameLayout
+        <android.support.v17.leanback.widget.NonOverlappingFrameLayout
             android:id="@+id/details_overview_description"
             android:layout_width="wrap_content"
             android:layout_height="0dp"
@@ -57,6 +65,9 @@
             android:gravity="top"
             android:layout_marginLeft="@dimen/lb_details_overview_description_margin_left"
             android:layout_marginRight="@dimen/lb_details_overview_description_margin_right"
+            android:paddingTop="@dimen/lb_details_overview_description_margin_top"
+            android:clipToPadding="false"
+            android:clipChildren="false"
             />
 
         <android.support.v17.leanback.widget.HorizontalGridView
@@ -75,5 +86,5 @@
 
         </LinearLayout>
     </LinearLayout>
-
+    </FrameLayout>
 </FrameLayout>