opacapp / multiline-collapsingtoolbar

A modified CollapsingToolbarLayout that can deal with multiline titles
Other
782 stars 113 forks source link

label and resizing in style on Adnroid 6.0 #28

Closed KDevvv closed 7 years ago

KDevvv commented 7 years ago

The litle of label appears when my CollapsingToolbarLayout part is collapsed(This state appears on android ver 6 devices). On the older version layout works perfect. After research I think that it may be the style fault, but how can I adjust the proper style with diffrent version, to make the layout indentical on every device?

 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="colorPrimary">@color/green</item>
        <item name="colorPrimaryDark">@color/red</item>
        <item name="colorAccent">@color/colorAccent</item>
    </style>

Android 4.4.2 (correct layout) 15492431_1160267690721445_7874839374166280398_n.jpg Android 6.0 (label) 15419478_1160261287388752_1896429285_o (1).png