Adding extra images/icons to CardFragment (Android Wear) -
I am looking at this sample image from Google, and am trying to figure out how something implemented like this Please.
It looks like a standard cardfraagment layout that takes a title, description and icon, but I'm looking at an extra clock image / animation on the left, which I think They use custom layout, is it possible to do this standard with CardFragment ? Or is there another feature class that allows support for multiple icons?
< Div class = "post-text" itemprop = "text">
I see it on the cardfragment and overlapping onCreateContentView :
@ override public Create contentview (layoutInfleter Inflator , View Group Container, Bundle Saved InstantState) {mRootView = (ViewGroup) inflater.inflate (R.layout.fragment_my_card, null); ...} This lets you control what's happening on the white card.
Comments
Post a Comment