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
4
votes
1 answer

AppBar in WP7.5 Panorama page

I'm currently developing a Windows Phone 7.5 app with a panorama page. At the panorama page, I'm implementing an appbar to deal with several things in the app, such as displaying phone location in a Bing Map which is located in one of the panorama…
AndreasB
  • 578
  • 4
  • 16
4
votes
1 answer

How to create Windows 8 style app bar in WPF?

I intended to create a Windows 8 Style App (Metro), but found out there is no support for using dual screen which is a demand for my app. Now I am redesigning my app as a desktop application in WPF. But I still like to mimic some nice design…
Jakob Lithner
  • 3,923
  • 6
  • 32
  • 55
3
votes
3 answers

How to show a WinJS AppBar when a page fragment loads?

I'd like to show the AppBar when a page fragment loads, but this code running in the ready function isn't working as expected: function ready(element, options) { var appBar = document.getElementById("appBar").winControl; appBar.disabled =…
Craig Shoemaker
  • 245
  • 3
  • 17
3
votes
2 answers

How to get rid of back button in Android app bar

I have a simple activity with several fragments that the user can switch between. Only when the first fragment is shown, a back button appears in the app bar. I already tried to remove the back button in code by adding this to my…
Boris
  • 7,424
  • 21
  • 59
  • 105
3
votes
3 answers

Why is an AppBar adding squares to the background of my app bar

Good afternoon all, I have been digging at this for a long time now and its time to ask for help. I have the following AppBar
skooter
  • 286
  • 1
  • 2
  • 11
3
votes
1 answer

AppBarLayout preventing RecyclerView from scrolling in BottomSheet

I made a simple layout in which there is a AppBarLayout (that doesn't scroll), some content in the middle, and a BottomSheet. This BottomSheet is actually a LinearLayout with a BottomSheetBehavior and inside has a RecyclerView. This BottomSheet when…
3
votes
2 answers

How to make curved bottom appBar in Flutter?

How to draw custom shape for the appBar in my application to look like the image?
ialyzaafan
  • 127
  • 1
  • 10
3
votes
1 answer

Normal Appbar with image background in Flutter

I am new in a flutter. Kindly don't mind if this question is weird. I need a background image in AppBar. I have found on the internet and got the solution with a widget SliverAppBar. I need the image background image in normal appear. I found there…
3
votes
4 answers

AppBar overlaps with other elements

I am starting to use React/Material-UI, and also new to CSS etc... I have a simple page layout with an APPBar. Unfortunately this AppBar overlaps the elements which are meant to go below it. I have found this answer: AppBar Material UI questions But…
Will59
  • 748
  • 7
  • 15
3
votes
3 answers

how to add tabbar without appbar in flutter

i have tried to recreate this design but failed to add TabBar and TabBarView below image inside the body .
Sarah
  • 1,005
  • 9
  • 13
3
votes
1 answer

How to prevent AppBar from covering the background?

I'm trying to implement a custom AppBar using a PreferredSize and a Card widget. Here is the result: However, when I scroll down a bit, the AppBar layout is covering the background (which is the body part of the scaffold) like this: See second…
Firat
  • 308
  • 4
  • 16
3
votes
2 answers

androidx AppBarLayout AppBar top margin problem

Why is the AppBar going up? And how to fix it? Additional Information. If you start the activity and then immediately this fragment, then everything is OK. If you start the activity and then some fragment and then this fragment, then everything is…
tim4dev
  • 2,264
  • 2
  • 18
  • 23
3
votes
5 answers

Flutter - how to set AppBar title height

I've spent hours attempting to make an AppBar show a title having a particular height. From what I have read on SO etc., it can be done, however I cannot achieve it and I have spent many hours attempting to. I need to make the "title:" and…
Brian Oh
  • 6,658
  • 9
  • 37
  • 54
3
votes
4 answers

How to change title of main.dart AppBar in it's child programmatically?

I have an AppBar in main.dart and I want to defined it as primary on it's child, But I want to change the title of AppBar itself when I'm on child's page, how can i do that properly? void main() => runApp(MyApp()); class MyApp extends…
flix
  • 1,478
  • 2
  • 22
  • 52
3
votes
1 answer

Flutter make vertical appBar

In app I want to make a vertical appBar with custom title in different page: How I can make it?
Homa.eee
  • 45
  • 4