Questions tagged [android-design-library]

The Design package provides APIs to support adding material design components and patterns to your apps.

The Design Support library adds support for various material design components and patterns for app developers to build upon, such as navigation drawers, floating action buttons (FAB), snackbars, and tabs.

744 questions
-1
votes
1 answer

Drawing circle gradually in android

I want to show a circle being drawn in android gradually like this: How should i start? What needs to be done?
-1
votes
1 answer

null object reference in navigation view

I cant set text into TextView in Navigation View header. What went wrong? Can you help me please? code from my java class: public class MainActivity extends AppCompatActivity { DialogFragment AboutDialog; DialogFragment…
-1
votes
1 answer

How to use coordinate layout with custom view..?

How can i apply collapsing toolbar/Appbar functionality to an imageview or to a layout...??? I know this is possible for Toolbar/Appbar using com.android.support:design library but how to apply this to a layout/Custom view..???
-1
votes
2 answers

Android SnackBar giving exception and not working

I have tried new Snackbar from the official design library provided by Google. I have downloaded new Design library through SDK and put it into libs folder. I am using eclipse and whenever I tried to run it it gives exception. I don't want to use…
-1
votes
1 answer

Name of the UI used in the App present in playstore and how to achieve the same?

I am a newbee in Android development, I just want to know if anyone can tell me what the UI or View is which is used in the News In Short app (present in the play store). Can anyone provide a link (tutorial) where I can learn to implement it? The…
-2
votes
1 answer

inflate Exception : Error with Coordinator layout

I'have got an InflateException while trying to inflate layout in my pager adapter. Same item works great with recycler view, but crashs when calling inflate method. Does any one have an answer ? Here is my code XML R.layout.item_winner:…
-2
votes
1 answer

Get material design color palette for my color

I am trying to achieve the kind of color palette material design has for its different colors. But my particular color is not part of material design color. How do i get the different grades of my particular color like material design?
-2
votes
1 answer

Youtube like tabs implementation

I am trying to implement youtube like tabs. Is there a way to achieve this with CoordinatorLayout, AppBarLayout and TabLayout ? I already tried to change AppBarLayout height in onScrollListener in fragment, but it is causing some scroll…
-3
votes
1 answer

Java Android Application

I want to one Simple UI Design in Android Emulator. Whats Needed: Java Eclipse, then any SDK Please Suggest me for that ?
DevKk
  • 1
1 2 3
49
50