All Projects → florent37 → Materialtextfield

florent37 / Materialtextfield

Licence: apache-2.0
A different beautiful Floating Edit Text

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Materialtextfield

Material Remixer Js
Remixer for JavaScript. Live adjustment of app variables.
Stars: ✭ 100 (-93.35%)
Mutual labels:  material-design, material
Materialtaptargetprompt
Material Design tap target for Android. https://sjwall.github.io/MaterialTapTargetPrompt/
Stars: ✭ 1,378 (-8.38%)
Mutual labels:  material-design, material
Xposed Fast Repo
EdXposed Repo
Stars: ✭ 101 (-93.28%)
Mutual labels:  material-design, material
Delern
Spaced repetition learning system
Stars: ✭ 98 (-93.48%)
Mutual labels:  material-design, material
Material Design Icons
Material Design icons by Google
Stars: ✭ 44,551 (+2862.17%)
Mutual labels:  material-design, material
Vue Material
Material design for Vue.js
Stars: ✭ 9,528 (+533.51%)
Mutual labels:  material-design, material
Material Remixer Ios
Remixer for iOS: Live adjustment of app variables.
Stars: ✭ 101 (-93.28%)
Mutual labels:  material-design, material
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-93.95%)
Mutual labels:  material-design, material
Materialize
Materialize, a CSS Framework based on Material Design
Stars: ✭ 38,630 (+2468.48%)
Mutual labels:  material-design, material
Keepassdx
📱 KeePass implementation for android with material design and deluxe features
Stars: ✭ 1,395 (-7.25%)
Mutual labels:  material-design, material
Android Art
🎄 Android™ 设计相关的在线工具: 图标制作、配色方案、尺寸修改、截图加壳等,持续更新...
Stars: ✭ 95 (-93.68%)
Mutual labels:  material-design, material
Smartmaterialspinner
The powerful android spinner library for your application
Stars: ✭ 108 (-92.82%)
Mutual labels:  material-design, material
Cyanea
A theme engine for Android
Stars: ✭ 1,319 (-12.3%)
Mutual labels:  material-design, material
Material Design For Bootstrap
Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
Stars: ✭ 9,463 (+529.19%)
Mutual labels:  material-design, material
Core
Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Angular Material (https://material.angular.io/).
Stars: ✭ 92 (-93.88%)
Mutual labels:  material-design, material
Cardview
Material Design Cards ? How cool is that !
Stars: ✭ 101 (-93.28%)
Mutual labels:  material-design, material
Material Remixer
A set of cross-platform libraries and protocols to allow the sharing of design values and live refinement of apps during the development process.
Stars: ✭ 1,275 (-15.23%)
Mutual labels:  material-design, material
Togglebuttons
Android toggle buttons that adhere to the Material Design documentation.
Stars: ✭ 88 (-94.15%)
Mutual labels:  material-design, material
Materialdesigndemo
A beautiful app designed with Material Design.
Stars: ✭ 1,391 (-7.51%)
Mutual labels:  material-design, material
Materialspinner
Implementation of a Material Spinner for Android with TextInputLayout functionalities
Stars: ✭ 107 (-92.89%)
Mutual labels:  material-design, material

MaterialTextField

Android Arsenal

A different beautiful Floating Edit Text

Android app on Google Play

screen

screen

Android app on Google Play

Usage

Surround your EditText by a MaterialTextField

<com.github.florent37.materialtextfield.MaterialTextField
        android:layout_width="300dp"
        android:layout_height="wrap_content"
        app:mtf_labelColor="#666"
        app:mtf_image="@drawable/ic_mail_grey600_24dp"
        >

        <EditText
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:hint="Password"
             android:textColor="#333"
             android:textSize="15sp" />

</com.github.florent37.materialtextfield.MaterialTextField>

Don't forget to precise a drawable to mtf_image

app:mtf_image="@drawable/ic_mail_grey600_24dp"

Available attributes

<com.github.florent37.materialtextfield.MaterialTextField
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    
    app:mtf_cardCollapsedHeight="4dp"
    app:mtf_image="@drawable/ic_mail_grey600_24dp"
    app:mtf_animationDuration="1000"
    app:mtf_labelColor="@android:color/holo_red_dark"
    app:mtf_openKeyboardOnFocus="true">

Download

Buy Me a Coffee at ko-fi.com

In your module Download

implementation 'com.github.florent37:materialtextfield:1.0.7'

Log

1.0.6

  • support focusability
  • added app:mtf_hasFocus="false"

1.0.3

  • removed some dependencies
  • fix for 4.4

1.0.2

  • backport fix for Pre-Lollipop
  • added mtf_cardCollapsedHeight attribute

Credits

Author: Florent Champigny

Fiches Plateau Moto : https://www.fiches-plateau-moto.fr/

Android app on Google Play Follow me on Google+ Follow me on Twitter Follow me on LinkedIn

Designer: Srikant Shetty

Originally designed on MaterialUp : http://www.materialup.com/posts/new-material-text-fields-application

Follow me on Dribble

License

Copyright 2015 florent37, Inc.

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].