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.
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 3 years ago.
Improve this question
When I click the toggle button, there will be a menu in right side
Could you please try using the following attribute
android:layout_gravity = "end"
in your NavigationView? Please place this attribute in your NavigationView and check.
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 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 am using barcodescanner library in my project, I need to customize the border color of ZXingScannerView.
as you can see in the below image the default color is green, how to change the border color?
is there any way to do that?
You have to find this file in your library and edit viewfinder_border.
https://github.com/dm77/barcodescanner/blob/master/core/src/main/res/values/colors.xml