Skip to content

Commit

Permalink
Merge pull request rengwuxian#24 from rengwuxian/pr/23
Browse files Browse the repository at this point in the history
some editing for 1.5.0
  • Loading branch information
rengwuxian committed Nov 26, 2014
2 parents 059fc93 + 6b9361b commit 4c18f94
Show file tree
Hide file tree
Showing 12 changed files with 1,755 additions and 1,558 deletions.
176 changes: 176 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MaterialEditText.iml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="jdk" jdkName="1.8 (1)" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ AppCompat v21 makes it easy to use Material Design EditText in our apps, but it'
highlight:

![HighlightFloatingLabel](./images/highlight.jpg)

custom floating label text:

![CustomFloatingLabelText](./images/custom_floating_label_text.png)

5. Single Line Ellipsis

Expand All @@ -54,12 +58,6 @@ AppCompat v21 makes it easy to use Material Design EditText in our apps, but it'

![CustomAccentTypeface](./images/custom_accent_typeface.png)

9. Custom floating label text

defaults is the hint value, but can be customized:

![DefaultHint](./images/custom_floating_label.png)

## Sample

[MaterialEditText-1.4.3-sample.apk](https://github.com/rengwuxian/MaterialEditText/releases/download/1.4.3/MaterialEditText-1.4.3-sample.apk)
Expand Down
Binary file modified images/custom_accent_typeface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/custom_floating_label.png
Binary file not shown.
Binary file added images/custom_floating_label_text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4c18f94

Please sign in to comment.