Android Sample Project with Material Design and Toolbar.

Overview

AndroidMaterialDesignToolbar -- PROJECT IS NOT SUPPORTED

Android Arsenal

Android Sample Project with Material Design and Toolbar. Project use Appcompat library for material design.

Project Contain

  • Material Design Theme

  • Toolbar

  • NavigationDrawer

  • New SlidingTabLayout

  • ViewPager

  • Material FloatingActionButton

  • Material CircularProgressBar

  • SwitchCompat from Appcompat

  • EditText from Appcompat

  • Checkbox from Appcompat

alt tag

License

Copyright 2015 Tekinarslan

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:-

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT "WARRANTIES OR CONDITIONS" OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Comments
  • Error inflating class android.support.v7.internal.widget.TintCheckBox

    Error inflating class android.support.v7.internal.widget.TintCheckBox

    Thank you for sharing.

    I got this error, but I couldn't figure out what's wrong. I use Android L device.

    Besides, when I initially import your project, I need to change <item name="android:windowNoTitle">true</item> to <item name="windowNoTitle">true</item> in styles.xml to get rid of an error.

    opened by tomcataa 4
  • FATAL EXCEPTION: main

    FATAL EXCEPTION: main

    java.lang.RuntimeException: Unable to start activity ComponentInfo{com.tekinarslan.material.sample/com.tekinarslan.material.sample.SampleActivity}: java.lang.IllegalArgumentException: AppCompat does not support the current theme features

    opened by sphairo 1
  • navigation drawer should be over the toolbar

    navigation drawer should be over the toolbar

    If you look at the guidelines you should have seen that the drawer should be over everything except for the status and navigation bar... Also the burger to arrow animation is for when adding fragments to the backstack or animating between activities... Google have been doing this wrong them self but that shouldn't mean that we shouldn't follow the guidelines... Especially when your project title contains "material design" ;)

    opened by alirahimpour89 1
  • General code quality fix-1

    General code quality fix-1

    This pull request is focused on resolving occurrences of Sonar rules squid:S1125 - Literal boolean values should not be used in condition expressions. squid:S1197 - Array designators "[]" should be on the type, not the variable. squid:S2293 - The diamond operator ("<>") should be used. You can find more information about the issues here: https://dev.eclipse.org/sonar/rules/show/squid:S1125 https://dev.eclipse.org/sonar/rules/show/squid:S1197 https://dev.eclipse.org/sonar/rules/show/squid:S2293

    Please let me know if you have any questions.

    Faisal Hameed

    opened by faisal-hameed 0
  • Code quality fix - The members of an interface declaration or class should appear in a pre-defined order.

    Code quality fix - The members of an interface declaration or class should appear in a pre-defined order.

    This pull request is focused on resolving occurrences of Sonar rule squid:S1213 - The members of an interface declaration or class should appear in a pre-defined order. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1213

    Please let me know if you have any questions.

    Faisal Hameed

    opened by faisal-hameed 0
  • Fixed some bugs

    Fixed some bugs

    Fixed some bugs that can crash the demo .

    1. Change old widgets in support.v7.internal.widget to new ones in file page.xml
    2. Change attrs name android:windowNoTitle to windowNoTitle
    opened by thesadabc 0
  • scrollable tabs padding

    scrollable tabs padding

    Hi! As you can see here: http://www.google.com/design/spec/components/tabs.html#tabs-specs scrollable tabs should have a padding on the left and right side of the scrollable pane so people know that the tabs are scrollable and not fixed.

    opened by alirahimpour89 0
  • Watch out for import bug

    Watch out for import bug

    This line was removed automatically by Android Studio from modules.xml when I opened this project on my machine.
    module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml"

    Cost me an hour. Put it back in and it built.

    This is a good project, needs a better readme though. A how to use would be nice.

    opened by ericwjr 0
Owner
kemal selim tekinarslan
kemal selim tekinarslan
Default colors and dimens per Material Design guidelines and Android Design guidelines inside one library.

Material Design Dimens Default colors and dimens per Material Design guidelines and Android Design guidelines inside one library. Dimens Pattern: R.di

Dmitry Malkovich 1.4k Jan 3, 2023
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.

MaterialDrawer ... the flexible, easy to use, all in one drawer library for your Android project. What's included ?? • Setup ??️ • Migration Guide ??

Mike Penz 11.6k Dec 27, 2022
Material Design implementation for Android 4.0+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more.

Carbon Material Design implementation for Android 4.0 and newer. This is not the exact copy of the Lollipop's API and features. It's a custom implemen

null 3k Jan 9, 2023
Modular and customizable Material Design UI components for Android

Material Components for Android Material Components for Android (MDC-Android) help developers execute Material Design. Developed by a core team of eng

Material Components 14.4k Dec 31, 2022
Easy creation and management of toggle buttons on Android from the Material Design spec.

ToggleButtonLayout Easy creation and management of toggle buttons from the Material Design spec. Read more about ToggleButtonLayout in our blog post.

Savvy 229 Jan 9, 2023
Navigation Drawer Activity with material design style and simplified methods

MaterialNavigationDrawer Navigation Drawer Activity with material design style and simplified methods       It requires 10+ API and android support v7

Fabio Biola 1.6k Jan 5, 2023
A library to bring fully animated Material Design components to pre-Lolipop Android.

Material MaterialLibrary is an Open Source Android library that back-port Material Design components to pre-Lolipop Android. MaterialLibrary's origina

Rey Pham 6k Dec 21, 2022
Floating Action Button for Android based on Material Design specification

FloatingActionButton Yet another library for drawing Material Design promoted actions. Features Support for normal 56dp and mini 40dp buttons. Customi

Zendesk 6.4k Dec 26, 2022
Implementation of Ripple effect from Material Design for Android API 9+

RippleEffect ExpandableLayout provides an easy way to create a view called header with an expandable view. Both view are external layout to allow a ma

Robin Chutaux 4.9k Dec 30, 2022
Android drawer icon with material design animation

LDrawer Android drawer icon with material design animation Note Basically same as appcompat_v7 version 21, you can use appcompat_v7 compile 'com.andro

Hasan Keklik 1.4k Dec 25, 2022
[] Android Library that implements Snackbars from Google's Material Design documentation.

DEPRECATED This lib is deprecated in favor of Google's Design Support Library which includes a Snackbar and is no longer being developed. Thanks for a

null 1.5k Dec 16, 2022
Android drawer icon with material design animation

LDrawer Android drawer icon with material design animation Note Basically same as appcompat_v7 version 21, you can use appcompat_v7 compile 'com.andro

Hasan Keklik 1.4k Dec 25, 2022
Floating Action Button for Android based on Material Design specification

FloatingActionButton Yet another library for drawing Material Design promoted actions. Features Support for normal 56dp and mini 40dp buttons. Customi

Zendesk 6.4k Jan 3, 2023
A library support form with material design, construct same with Android UI Framework

SwingUI A slight Java Swing library support form with material design, construct same with Android UI Framework writen in Kotlin Supported: 1. Screen:

Cuong V. Nguyen 3 Jul 20, 2021
Android Material Design Components

Android-Material-Design-Components Material design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. G

Velmurugan Murugesan 3 Jun 10, 2022
A gradle plugin that generates Material Design 3 theme for Android projects.

Same as Google's Material Theme Builder, but as a gradle plugin.

Rikka apps 41 Dec 6, 2022
Material Design icons by Google

Material design icons Material design icons is the official icon set from Google. The icons are designed under the material design guidelines. 4.0.0 U

Google 47.1k Jan 9, 2023
A Material Design ViewPager easy to use library

MaterialViewPager Material Design ViewPager easy to use library Sample And have a look on a sample Youtube Video : Youtube Link Download In your modul

Florent CHAMPIGNY 8.2k Jan 1, 2023
EditText in Material Design

MaterialEditText NOTE: 2.0 is NOT BACKWARDS COMPATIBLE! See more on wiki or 中文看这里 AppCompat v21 makes it easy to use Material Design EditText in our a

Kai Zhu 6.1k Dec 30, 2022