umano / AndroidSlidingUpPanel

This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.

Home Page:http://umano.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layout not show with MaterialComponents Theme

iman2420 opened this issue · comments

` <style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar.Bridge">
    <!-- Customize your theme here. -->
    <item name="colorPrimary">@color/colorPrimary</item>
    <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
    <item name="colorAccent">@color/colorAccent</item>
    <item name="android:windowTranslucentStatus">true</item>
    <item name="fontFamily">@font/iran_sans_mobile_medium</item>
    <item name="android:windowEnterTransition" tools:targetApi="lollipop">
        @android:transition/explode
    </item>
    <item name="android:windowExitTransition" tools:targetApi="lollipop">
        @android:transition/explode
    </item>        <item name="android:fitsSystemWindows">true</item>
    <item name="android:windowActionBarOverlay">true</item>

    <!-- <item name="android:windowActivityTransitions">true</item>
     <item name="android:windowContentOverlay">@null</item>
     <item name="android:windowEnableSplitTouch">true</item>
     <item name="android:splitMotionEvents">true</item>
     <item name="android:windowDrawsSystemBarBackgrounds" tools:targetApi="lollipop">true</item>
     <item name="windowActionModeOverlay">true</item>-->
</style>`

image