diff options
-rw-r--r-- | v17/preference-leanback/res/layout/leanback_list_preference_fragment.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/v17/preference-leanback/res/layout/leanback_list_preference_fragment.xml b/v17/preference-leanback/res/layout/leanback_list_preference_fragment.xml index 2a4218b400..f073f3e463 100644 --- a/v17/preference-leanback/res/layout/leanback_list_preference_fragment.xml +++ b/v17/preference-leanback/res/layout/leanback_list_preference_fragment.xml @@ -20,6 +20,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/lb_preference_decor_list_background" + android:elevation="@dimen/lb_preference_decor_elevation" android:orientation="vertical" android:transitionGroup="false" > @@ -29,6 +30,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?attr/defaultBrandColor" + android:elevation="@dimen/lb_preference_decor_title_container_elevation" android:transitionGroup="false" > <TextView |