[leanback] fix build

pull/123/head
FongMi 3 years ago
parent ff8a5e178f
commit 74e1b143c9
  1. 0
      app/src/leanback/res/drawable/ic_detail_desc.xml
  2. 0
      app/src/leanback/res/drawable/ic_detail_keep_off.xml
  3. 0
      app/src/leanback/res/drawable/ic_detail_keep_on.xml
  4. 12
      app/src/leanback/res/values/styles.xml

@ -11,7 +11,17 @@
<item name="android:windowAnimationStyle">@null</item>
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="bottomSheetDialogTheme">@style/ThemeOverlay.App.BottomSheetDialog</item>
<item name="bottomSheetDialogTheme">@style/BottomSheetDialog</item>
</style>
<style name="ModalBottomSheetDialog" parent="Widget.Design.BottomSheet.Modal">
<item name="android:background">@drawable/shape_bottom_sheet</item>
</style>
<style name="BottomSheetDialog" parent="Theme.MaterialComponents.DayNight.BottomSheetDialog">
<item name="bottomSheetStyle">@style/ModalBottomSheetDialog</item>
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowIsFloating">false</item>
</style>
</resources>

Loading…
Cancel
Save