SubtitleCoordinatorLayoutExample icon indicating copy to clipboard operation
SubtitleCoordinatorLayoutExample copied to clipboard

Results 9 SubtitleCoordinatorLayoutExample issues
Sort by recently updated
recently updated
newest added

Hi thanks for the source code, Its working in MainActivity but not working in other activities like 'DetailActivity' My main activity is tabbed activity when i open new activity with...

When collapsed the HeaderView disappears for a brief moment when scrolling down. compileSdkVersion 25 buildToolsVersion "24.0.3" compile 'com.android.support:appcompat-v7:25.0.0' compile 'com.android.support:recyclerview-v7:25.0.0' compile 'com.android.support:cardview-v7:25.0.0' compile 'com.android.support:palette-v7:25.0.0' compile 'com.android.support:design:25.0.0'

want to add an icon to the collapsingtoolbar layout with the titles

What about if i want to "animate" to fade_in/fade_out dependes of the cordinatorLayout size? any have a solution for this?

If called multiple times, it could stay hidden. I suggest changing to : ``` private void hideOrSetText(TextView tv, String text) { if (text == null || text.equals("")) tv.setVisibility(GONE); else {...

It seems it won't show the title&subtitle if the toolbar is currently showing them, after orientation change. I suggest to make it much shorter, and ditch the field used for...

Also, why can't we use: style="@style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" style="@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" ? For some reason, it changes the color between the items...

is there a way to initially increase the title font size and decreases as it scrolls up?