Questions tagged as 'material-design'

0
answers

Contact profile screen material and design

Oops. Does anyone know if you have any projects ready in github or elsewhere on this type of screen? It is the contact screen with material and design I would like to implement this screen in my project. Thank you.     
asked by 16.03.2017 / 01:38
1
answer

Datepicker of angled material does not work

I'm using Angular Material in a project and need to collect the user's date of birth in the registry, I'm trying to use Datepicker of Material , but the field does not even appear on the screen. Am I doing what's wrong? H...
asked by 12.09.2016 / 13:24
1
answer

Failed to load script with angle (ng-view)

I'm doing a design with angular js and using the design lite (mdl) material for the layout. Some features of mdl require a javascript file to work, but this file has some loading, sometimes not. I believe the browser ends up loading the mdl java...
asked by 16.06.2017 / 18:33
1
answer

Layout Adjustment Material Design

I can not get Slide to take up the whole area of the home screen, notice that half of the Section structure is seen on the home page of the site, I've tried everything, but I'm not good with CSS, unfortunately. <div id="intro" class="sect...
asked by 18.05.2016 / 02:17
2
answers

How does the Grid System work in Angular Material Design?

In the documentation of the Angular Material Design has a component called Grid List, which, I imagine, is the design part of the layout, but it only has two very simple examples and I could not understand its usage, so ... I'm right, is t...
asked by 07.07.2018 / 23:51
1
answer

New Design - Use Angular 1.x or Angular2 + sparkjava + material design [closed]

I would like to use angular2-material but it still has not left, I can not postpone the project so I have to choose, duration of the project about 2 years so stay the next 2 years in angular 1.x or use angular 2 with the material design light?...
asked by 02.02.2016 / 21:25
1
answer

Change mat width tooltip angular

I need to increase the width of the tooltip angular tooltip Angular Material Tooltip I tried: ::ng-deep .mat-tooltip { padding: 15px; font-size: 12px; } The padding and font-size has been applied, but I can not change the width...
asked by 02.01.2019 / 20:33
1
answer

How to change the border color of a TextFormField?

I would like to change the border color of the TextFormField on login screen to white because the background is gradient and would make it easier to visualize the text. Today I'm using the pattern I created for the theme: ThemeData buildTheme(...
asked by 29.11.2018 / 18:35
0
answers

How do I set the Navigation View menu by code?

For now I'm setting the menu through xml, this way: <android.support.design.widget.NavigationView android:id="@+id/navView" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity=...
asked by 11.12.2018 / 11:01
1
answer

How to make subitems with the SideNav component of the Angular Material Design

I made a menu using Angle Material Design's SideNav like this: <mat-sidenav-container class="sidenav-container"> <mat-sidenav #drawer class="sidenav" fixedInViewport="true" [attr.role]="(isHandset$ | async) ? 'dialog' : 'navigatio...
asked by 23.11.2018 / 16:22