Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to Hide Scrolling activity Title in android studio [Resolved]

There is a inbuilt activity called Scrolling activity in Android Studio.We can customize it nicely.In this post we are going to how to hide It's name before scrolling it.No  hard works.Just two steps.





Step 1:Add the below style to your styles.xml


        @android:color/transparent



Step 2:You can simply set the text color to transparent.For that add the following attribute to your CollapsingToolbarLayout.

app:expandedTitleTextAppearance="@style/ToolBarTheme"


That's all.Share this awesome Android trick among your friends.


This post first appeared on GleanPost, please read the originial post: here

Share the post

How to Hide Scrolling activity Title in android studio [Resolved]

×

Subscribe to Gleanpost

Get updates delivered right to your inbox!

Thank you for your subscription

×