File tree Expand file tree Collapse file tree 7 files changed +693
-121
lines changed
src/com/wrapp/floatlabelededittext Expand file tree Collapse file tree 7 files changed +693
-121
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- repositories {
3- mavenCentral()
4- }
5-
6- dependencies {
7- classpath ' com.android.tools.build:gradle:0.6.+'
8- }
2+ repositories {
3+ mavenCentral()
4+ }
5+ dependencies {
6+ classpath ' com.android.tools.build:gradle:0.8.+'
7+ }
98}
109
1110allprojects {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66
77android {
88 compileSdkVersion 14
9- buildToolsVersion ' 17 .0.0 '
9+ buildToolsVersion ' 19 .0.1 '
1010
1111 sourceSets {
1212 main {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <merge xmlns : android =" http://schemas.android.com/apk/res/android"
3+ android : layout_width =" wrap_content"
4+ android : layout_height =" wrap_content"
5+ android : orientation =" vertical" >
6+
7+ <TextView
8+ android : id =" @+id/FloatLabeledEditTextHint"
9+ android : layout_width =" match_parent"
10+ android : layout_height =" wrap_content"
11+ android : paddingLeft =" @dimen/flet_hint_text_padding_horizontal"
12+ android : paddingRight =" @dimen/flet_hint_text_padding_horizontal"
13+ android : textSize =" @dimen/flet_hint_text_size" />
14+
15+ <EditText
16+ android : id =" @+id/FloatLabeledEditTextEditText"
17+ android : layout_width =" match_parent"
18+ android : layout_height =" wrap_content"
19+ android : layout_marginTop =" -7dp" />
20+
21+ </merge >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ <resources >
2+ <dimen name =" flet_hint_text_size" >11sp</dimen >
3+ <dimen name =" flet_hint_text_padding_horizontal" >13dp</dimen >
4+ </resources >
You can’t perform that action at this time.
0 commit comments