navigationbar Questions
0
I've issue with enter/exit transition of BottomSheetDialogFragment. For some reason animation overlaps system navigation bar.
Is there any way to prevent bottom sheet from overlapping navigation ...
Antoineantoinetta asked 23/5, 2019 at 8:13
4
Solved
Action Bar up navigation button works fine in emulator but does not work in device can any one help me out
MainActivity
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCre...
Ricoricochet asked 9/7, 2014 at 6:19
1
Solved
I have a Xamarin Forms project, which targets Android, IOS and UWP.
In my Xamarin.Forms Project App.cs I have set the MainPage to a MasterDetailPage inherited class.
I have created a custom navigat...
Enantiomorph asked 19/12, 2016 at 14:4
7
Solved
I want to hide the rightNavigationBarItem when my ViewController loads. How is it possible? I have tried this code but it is not working.
self.navigationItem.rightBarButtonItem = nil;
Thorbert asked 18/5, 2011 at 7:45
5
Solved
I would like to create a nav bar similar to what's in the image that's attached.
The title of the nav bar will be a combination of an image and text.
Should this be done per any best practice?
H...
Degroot asked 24/7, 2016 at 3:14
7
Solved
I can't stop the Systems Navigation Bar from covering up my content!
I am scrolled to the very bottom of the recyclerview but its getting hidden behind the navigation bar. Here is my XML layout....
Lura asked 12/6, 2015 at 1:40
2
Solved
I am adding two custom buttons on the navigation bar, one on the left and another on the right.
I have done it successfully but I failed to reduce the space between the starting point and the frame...
Lung asked 2/12, 2014 at 7:41
6
Solved
I have added a navigation bar to the top of a view controller. I am trying to control whether a button is visible based a condition, but I am having trouble adding the button. So far I have,
var a...
Hamamelidaceous asked 13/7, 2017 at 0:14
8
Solved
I am developing in IOS , I use the following code to set a background to the navigationBar.
[self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"bar-back"] forBarMetri...
Zakaria asked 29/1, 2015 at 10:52
1
Solved
Hy guys, I'm doing a Xamarin.Forms app, as you can see this is my app now:
BottomBarPage
In this screenshot, you can see my App.xaml.cs, where I upload StartPage() which is a BottomBarPage.
publ...
Chiasma asked 14/1, 2019 at 10:39
2
Solved
I'm not sure how I got this, and I can't find anything similar, but my software navigation and status bar are being drawn over my layout instead of my layout being fit between them.
How do I get m...
Tamah asked 20/8, 2015 at 21:12
0
Problem
Activating and Deactivating (immersive) full-screen mode causes that the statusbar but also navigation bar "fades" in and out. The animation seem to differ across different device...
Lingerfelt asked 7/12, 2018 at 21:37
2
I'm attempting to hide the navigation bar globally through my app running Android 4.2.2
I have managed to use the following (admitadly hackish) method of implementing:
getWindow().getDecorView()....
Ailsa asked 7/5, 2014 at 14:39
2
Solved
I am working on a angular5/html 5 project. I have a side-nav-menu component that displays on all the pages of my app. The thing is that this side-nav-menu component is dynamic and automatically upd...
Pericardium asked 30/8, 2018 at 18:45
12
Solved
I am new to iphone development. I want to set an activity indicator in the navigation bar. I see my activity indicator below the navigation bar. My code is here
- (IBAction) gomethod : (id) sender...
Marta asked 18/2, 2010 at 14:33
1
Solved
I am trying to remove navbar from my pages in Xamarin Forms, but I am not able to get it working. I have tried by adding NavigationPage.SetHasNavigationBar(this, false); inside constructor of page ...
Krause asked 13/7, 2018 at 19:46
6
Solved
How do I set the navigation bar to a custom color (e.g. dark green) ?
I know how to change the navigation bar to primary colors like green and red, using code like this:
UINavigationBar *bar = [...
Condonation asked 7/4, 2011 at 7:21
1
To avoid confusion as to what the navigationbaractually is, here's a
As you can see, I've added a new color instead of the standard black color using:
<item name="android:navigationBarColor"...
Mackenzie asked 7/5, 2018 at 8:32
2
So I'm wondering how I can move the search bar in my app (which is currently displayed below the navigation bar, into the navigation bar.
Right now, I have a function called makeSearchBar(), whic...
Desouza asked 4/1, 2018 at 22:43
2
In landscape mode, I am using
window.getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION);
window.getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_FULLS...
Kaolin asked 13/4, 2016 at 4:53
2
I am starting to develop an application using bootstrap, did some research on how to have static left navigation bar and a dynamic content area on the right side but could not get a clue. Can...
Rondelet asked 27/3, 2018 at 7:47
3
I have this weird bug only in iOS 11, in lower iOS, everything works fine.
The problem is that whenever pushing to a view controller, there is a black space appears on top of the navigation bar. Ha...
Mold asked 26/9, 2017 at 23:18
4
I want to remove the bottom border from UINavigationBar, but I don't know how to remove it.
Dyne asked 22/1, 2016 at 8:28
1
After upgrading the iOS 11 and swift 4(Xcode 9), I got lots of UI problem. :(
The most unsolvable problem is Navigation Problem. I put the Navigation Bar in UICollectionView Controller. Navigation...
Grotius asked 23/9, 2017 at 3:36
0
I put Navigation bar inside UICollectionView in swift 4.
When I scroll the collectionView, it does not goes to back layer and it overlaps to Navigation Bar.
self.collectionview.contentInse...
Kingmaker asked 23/9, 2017 at 5:45
© 2022 - 2024 — McMap. All rights reserved.