Questions tagged [appbar]

An application desktop toolbar (also called an appbar) is a window that is similar to the Windows taskbar.

It is anchored to an edge of the screen, and it typically contains buttons that give the user quick access to other applications and windows.

An app bar consists of a toolbar and potentially other widgets

source: http://msdn.microsoft.com/en-us/library/windows/desktop/cc144177(v=vs.85).aspx

499 questions
13
votes
2 answers

How to specify Minimized Mode for BottomAppBar WP8.1

Who to set Mode="Minimized" in WP8.1 WINRT for a BottomAppBar?
Ouadie
  • 12,015
  • 4
  • 49
  • 61
12
votes
2 answers

setDrawerLayout(androidx.drawerlayout.widget.DrawerLayout) is deprecated

I am trying set up Navigation Drawer Layout with App Bar Configuration using the new Android Architecture. The problem am having is that android studio is telling me the way am setting up the drawer layout is deprecated. Here is my xml…
12
votes
4 answers

Change AppBar title depending on page with BottomNavigationBar

I'm trying to change the AppBar title depending on which page the user is on - the pages are controlled by a BottomNavigationBar which loads the different classes(pages) The only way i've managed to change this is by including a appbar for each…
Kylie Walker
  • 155
  • 1
  • 10
12
votes
1 answer

Changing SliverAppBar title color in Flutter application

I'm using a SliverAppBar including a background Image and Title. Title text is white and I need to change the color to black on the AppBar is 'reduced' (since tabbar is white as well). How to do that ? NestedScrollView( …
fvisticot
  • 6,499
  • 13
  • 43
  • 70
12
votes
2 answers

How do I display an image on left of Material-UI AppBar, but retain the "hamburger" menu?

I'd like to display an image on the left of a Material-UI AppBar, but keep the "hamburger" menu and have the image just to the right of that. Is it possible? I can add an image to the left using
dommer
  • 18,952
  • 9
  • 68
  • 124
11
votes
4 answers

How to change the app bar title in flutter

**change the appbar title dynamically** Getting appbar title from the database and then I have to set to appbar. I am new to flutter tried setState as well. I have tried setState() as but still not working. how can i change the appbar text based on…
AKASH WANGALWAR
  • 906
  • 1
  • 8
  • 20
10
votes
2 answers

Is default navbar on Material UI exist like Bootstrap does?

I found it hard to create navbar with menus on Material UI. I've read it's AppBar documentation. But, it seems they doesn't provide that feature. 1) Material UI AppBar 2) React Bootstrap Navbar How to create navbar menu on Material UI like React…
Rido
  • 617
  • 2
  • 10
  • 19
10
votes
1 answer

AppCompat Toolbar not Showing

After declaring .NoActionBar in the theme, as well as putting the toolbar in the layout, my toolbar does not show. What I end up getting is exactly what you'd expect when declaring no action bar -- no action bar. Here is the…
Siddharth Jaidka
  • 101
  • 1
  • 1
  • 4
10
votes
4 answers

How to make Recycler View not scroll when appbar snaps

I have made the snapping app bar like this: Please note that when the scroll is left in the middle(i.e the title is half visible, then the app bar snaps automatically) In case of google play this is what the snap looks like: Now, I want the snap…
penduDev
  • 4,301
  • 28
  • 34
10
votes
2 answers

Change AppBarLayout height programmatically in Android

I'm trying to implement Flexible Space with image pattern, using this tutorial. Everything works fine. Notice the height definition of the AppBarLayout which is 192dp. I'd like to make the height 1/3 of the screen instead, to match this google…
Jjang
  • 10,190
  • 10
  • 43
  • 76
10
votes
10 answers

How To Make Reuseable HTML Navigation Menus?

I'm sure this topic comes up all the time, But I can't seem to fine a concise answer. I've got a vertical menu bar that I want to reuse in webpages (>20). The Menu Bar is coded in HTML and uses uses: UL, LI, A,
tags, and CSS. We need…
gio
9
votes
1 answer

TabBar on bottom of app with Column

I am trying to put the TabBar on the bottom of the app. It worked so far, yet I can't get the pages to work (TabBarView). It just looks black and unresponsive. The TabBar is unresponsive too. Have I taken the wrong approach? Currently, it looks like…
TheUniqueProgrammer
  • 325
  • 1
  • 3
  • 11
8
votes
2 answers

Navigation Drawer Over Status Bar In Nougat?

I try to build navigation drawer in my application ,navigation drawer works fine in previous version of nougat but in nougat navigation drawer not comes over the status bar. i tried lot of solutions but not work in nougat please help !! this is my…
xyz rety
  • 581
  • 1
  • 10
  • 22
8
votes
1 answer

How to use coordinator layout with fragment as "scrolling view"

I'm trying to use a coordinator layout with an appbar layout that hosts a fragment as the "scrolling view". The fragment consists of a recyclerView and a bottom aligned layout holding a button, like so: However, the bottom section is hidden by…
8
votes
3 answers

Windows Phone (8) default appbar icons

In the example appbar on my Windows Phone application I can see this line of code added a button: ApplicationBarIconButton appBarButton = new ApplicationBarIconButton(new Uri("/Assets/AppBar/appbar.add.rest.png", UriKind.Relative)); What I find…
Gerharddc
  • 3,443
  • 8
  • 37
  • 75
1
2
3
33 34