Subrahmanya S M
Subrahmanya S M
can anybody explain in detail how to solve this bug? http://stackoverflow.com/questions/14137230/actionbar-menu-items-disappear-in-nestedfragments
please reopen this and tag it as enhancement
This one can be used for custom font loading from static or assets folders also with caching headers on firebase.json for firebase hosting? Any recommendations?
@jamesblasco great one, instead of creating another enhancement request I just want to highlight it here! for the ios fake device frame it will be a good idea to add...
I'm want share the Stackoverflow discussion http://stackoverflow.com/questions/22095441/android-multiple-file-selector-chooser-dialog
`Glide.with(mContext).load(item.getImage()).apply(new RequestOptions().placeholder(R.drawable.image_loading)).into((ImageView) helper.getView(R.id.media_image)); ` above code works fine, trouble starts when we use `transition(new DrawableTransitionOptions().crossFade()`
@TWiStErRob how to handle your imageview is inisde ConstraintLayout with ``` ``` how do I generate the placeholder and image aspect ratio match?
@hardikamal That is Designed by graphics Designers :) But you can look at this http://stackoverflow.com/questions/3543454/subscript-and-superscript-a-string-in-android http://stackoverflow.com/questions/20597223/android-textview-superscript (look at the ans by @amulyakhare )
``` AppBarLayout.LayoutParams params = (AppBarLayout.LayoutParams) this.getToolbar().getLayoutParams(); params.setScrollFlags(AppBarLayout.LayoutParams.SCROLL_FLAG_SCROLL | AppBarLayout.LayoutParams.SCROLL_FLAG_ENTER_ALWAYS); ``` this is the programmatic way but fails ending up error!! ``` java.lang.ClassCastException: android.widget.LinearLayout$LayoutParams cannot be cast to android.support.design.widget.AppBarLayout$LayoutParams ``` This...
@onewilk use this you want ExpandableLayoutRecyclerView use this awesome library https://github.com/h6ah4i/android-advancedrecyclerview project complexity is little more, if you have enough time then go for it!!