aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-15 21:28:30 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-15 21:28:30 +0100
commit4d5754ac5ddbe0f02f8afd8b5b9a0bae4bfc633d (patch)
treefaabd510a99a684fa46db9302ec4045fd97d05ef /build.gradle
parent1bfaacc66fd3ba1640a5d09a9b27a47df89bc99d (diff)
Change ShowHidePasswordEditText to TextInputEditText.
change the input fields in the AccountActivity to use the TextInputLayout.
Diffstat (limited to '')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index ff49e3d1e..8bb3a71ba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -61,6 +61,7 @@ dependencies {
implementation "com.android.support:support-emoji-bundled:$supportLibVersion"
implementation "com.android.support:support-emoji-appcompat:$supportLibVersion"
implementation "com.android.support:exifinterface:$supportLibVersion"
+ implementation "com.android.support:design:$supportLibVersion"
implementation 'com.github.bumptech.glide:glide:3.8.0'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
implementation 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.3'