Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
What I have tried:
I'm developing an app with the new Android 5.0 Material-styled sliding tabs with new AppCompat Tab bar.
What I want:
I want to put an image behind the bar and the tabs like Play Kiosko. Any solution for this would be grateful.
Kiosko App Design:
You can see the image behind that pager tab strip!
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
how to Slide an activity like the image below, after sliding the trail of the activities must be visible like the below image.
enter image description here
you can use this library DiscreteScrollView just you need to customize the adapter layout as your requirement.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I have a problem. I'm working an android project and I want to using FAB button in ActionBar. Just like ActionBar item. Is it possible or impossible? I'm looking for a lot tutorial but I've never seen just like I want.. Thanks a lot.
Try it using toolbar instead of action bar, use custom layout for toolbar
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want home page like this and after selecting the category this view should overlap the homepage with slide in from right animation & slide out from left on back pressed
https://developer.android.com/training/implementing-navigation/index.html
For you own sake try to learn using google. That is called a navigation drawer, the blurred part is backgroundtint and backgroundtintmode, note that those are available in later APIs.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I create the application with NavigationDrawerFragment, use material design.
http://i.stack.imgur.com/oBDE7.png
How to make a style icon as in this screenshot?
http://i.stack.imgur.com/97Pie.png
how to make the icon material design?
If you use android.support.v7.app.ActionBarDrawerToggle instead of android.support.v4.app.ActionBarDrawerToggle, you should get the proper styling and behavior.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to make an app in which you can swipe the fragments. The tab host should be at the bottom and instead of text I want some imageviews. Fragments should be selected by swipe or by clicking an image from the bottom. And if have have a lot of fragments I was wondering if I can add the tab host to a horizontal scrollview.
Any adivce?
Strongly recommending Jake Wharton's open project: Android ViewPageIndicator. Link is: https://github.com/JakeWharton/Android-ViewPagerIndicator
You can try the demo first. The demo link is: https://play.google.com/store/apps/details?id=com.viewpagerindicator.sample