Questions tagged [drawer]
753 questions
0
votes
2 answers
Implementing Navigation Drawer Without TitleBar
I'm planning to implement a navigation bar to let users navigate to different activites.
But here's the problem,
I've found plenty articles about creating a navigation drawer but it seems doesn't work for me , because my UI doesn't have any…

E Heng
- 91
- 3
- 9
0
votes
0 answers
Link to content inside of a toggle drawer
I have a few toggle drawers that are closed by default (using jQuery to hide), and opened when their title is clicked.
I'd like to add anchors to the content within the div, and I'm trying to find a way to override the jQuery that's causing the…

Eric Wood
- 579
- 2
- 9
- 22
0
votes
1 answer
Custom font on NavigationDrawer
I'm trying to change the font on my navigationdrawer, I'm using a custom xml file with the adapter so I can change successfully the color and background of each element within the ListView, nevertheless I can't change the Typeface, AndroidStudio is…

user1423168
- 155
- 1
- 1
- 13
0
votes
0 answers
Drawer - Call OpenDrawer method but I don't like hide the menu options of the main activity
I call "OpenDrawer" method of Drawer, but I don't like hide the menu options (icons) in the main activity toolbar.
I set a DrawerToggle without invalidateOptionsMenu(), but with "DrawerOpen" the menu icons are hidden in the main activity toolbar

Fernando Montoya
- 251
- 1
- 3
- 12
0
votes
1 answer
Drawer icon has disappeared
I've had a custom icon for my drawer on a Fragment that is called "ic_d.png", the problem is that the app itself has changed the icon by an arrow that I can't localize. Here is the code from my navigation drawer:
package…

user1423168
- 155
- 1
- 1
- 13
0
votes
1 answer
sencha touch rect sprites do not appears on screen
i am implementing an application with sencha touch.
cmd 6, touch 2.4, architect 3.0.0.1
i am using drawer component and i want to draw a rectangle sprite.
firefox can show my rectangle but chrome do not and also when i transfer my app to apk...
this…

hadi.ghasemian
- 159
- 1
- 2
- 7
0
votes
1 answer
Action bar items not working with Drawer Android
My Action bar items were working fine until I added a menu drawer, now when the activity is first displayed, the switch button on the menu doesn't work and as soon as the drawer opens it starts working absolutely fine. Although I have not called it…

Unaiza Khalid
- 330
- 2
- 4
- 13
0
votes
0 answers
Material Navigation Drawer - Android
i need help with a navigation drawer tutorial, the youtube tutorial is this one:
Youtube Tutorial
So.. im very new to android, this isnt my kind of work, but i was asked to create a simple app for a company, i just need help to create a navigation…

user3000019
- 103
- 1
- 10
0
votes
1 answer
Android Arc navigation drawer
I would like to do a navigation drawer like the app "Grazia"
image -> http://puu.sh/j4StR/f28f1fe3a4.jpg
Someone could advice me how to start it ?

Xtaz
- 1
- 1
0
votes
1 answer
xcode sliding drawer using masonry autolayout
I'm having issues on creating an sliding drawer for a phone app, so, I have a landing screen and I have to display a drawer with animation, I already have the content of the drawer using masonry autolayout and I need to have the drawer animation and…

user9898
- 25
- 3
0
votes
0 answers
Back button opens Navigation Drawer instead of going to previous activity
So I'm having trouble managing the Backstack in my Android app.
My application essentially contains a Navigation Drawer where each option starts a new Activity. I have designed a BaseActivity which contains all the Navigation Drawer initialisations,…

Bob Bob
- 154
- 1
- 11
0
votes
1 answer
How to save full instances of Activities and hence prevent reloading for each start?
My Android app essentially converts a website to a mobile application. The design is as follows:
Navigation Drawer containing the different categories of posts as per the website.
Each option is a different activity. I designed a…

Bob Bob
- 154
- 1
- 11
0
votes
1 answer
How add Background and ImageView in Navigation Drawner
I'm trying to change a bit the design of my sliding menu but it failed.
What I wish, is to add a section before the menu options, like playstore menu , and an image and the user logged stands .
I have this…

user3677038
- 13
- 5
0
votes
0 answers
Basic android design using Drawer and tabs
I need my main activity to have a drawer menu which switches between different fragments. I also need the main fragment have 3 tabs, each for a different fragment.
With the new design support library, I got confused about how to accomplish such…

OmriSoudry
- 361
- 3
- 13
0
votes
1 answer
Android navigation drawer always open on tablet
I have seen many examples around, but I could not understand how to have the navigation drawer, always open in the tablet. I'm using this navigation drawer https://github.com/kanytu/android-material-drawer-template. I will have to create another xml…

JJkk
- 133
- 1
- 9