Questions tagged as 'material-design'

0
answers

Dialog Progress White Background opaque

I've been trying for a few days to come up with a transparent dialog progression with an opaque white background, just like the images below, but I can only get the opaque black background in the android pattern. I've already seen some apps that...
asked by 25.10.2017 / 14:51
0
answers

Edit Toasts text

I'm doing a component toast in angular, I can not use third-party components, but I need to make the open toast allow me to update your text in the view. Note I do not have the code yet, but I would like an idea if this is possible and if someon...
asked by 04.10.2017 / 15:40
3
answers

Element overlapping the other CSS

My site consists of a header and below it a container-fluid with the information on the screen. The problem is that my header is overlapping part of my container-fluid: Myhtml:<h3class="card-header primary-color white-text">Monitoramen...
asked by 02.10.2018 / 13:43
1
answer

Error in inflating menu in navigation drawer in Nougat and Oreo version

Hello, I'm having a problem with Android's NavigationDrawer in versions 7 or higher. When I add the menu via xml, an exception is generated. However, in the MARSHMALLOW version it works correctly. Follow my code: activity_livros.xml <...
asked by 26.01.2018 / 12:27
1
answer

Elevation in Button is not showing the Shadow

Hello, I'm trying to use Elevation on the buttons on the following screen: Butitisnotworking,Elevationisnotformingashadow.FollowtheXML:<?xmlversion="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:androi...
asked by 30.10.2017 / 15:22
1
answer

How to get back to the top of an Activity?

Following material design standards, clicking a button in a Bottom Navigation that is already active should scroll to the top I have a FrameLayout with CoordinatorLayout, which in turn has a RecyclerView (a list of elements). My intention is t...
asked by 11.04.2017 / 15:30
1
answer

Why does this FAB disappear, but does not reappear?

I'm trying to animate an FAB so that when it scrolls up, it hides the FAB and when it scrolls down, it reappears. I'm following the example of these tutorials that are very similar: FAB: Codepath Hide the FloatingActionButton when sc...
asked by 27.02.2017 / 19:36
1
answer

Dropdown does not find the target

<button data-toggle="dropdown" data-target="#teste" class="btn btn-blue-grey btn-lg btn-group" mat-button>Configurações <i class="fa fa-caret-down" aria-hidden="true"></i><br><i class="fa fa-cog mr-1" aria-hidden="true"...
asked by 16.07.2018 / 22:57
1
answer

Select multiple with Material Design Lite

How to make a <select multiple> with the MDL? I looked at the site but did not find anything. I saw that the AngularJS has this but not the use in the project     
asked by 28.06.2018 / 13:55
0
answers

Searchview error layout

EverytimeIclicktosearchthesearchpushesthetabsdownI'dlikethetabstostayfixedandthesearchviewexpandwithoutpushingtheTabs. <?xmlversion="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://sch...
asked by 01.01.2018 / 22:55