Use TextInputLayout from the Design Support Library to display errors

This commit is contained in:
str4d
2015-12-27 21:22:34 +00:00
committed by akwizgran
parent 981903aa57
commit 9b1dacfe97
4 changed files with 58 additions and 21 deletions

View File

@@ -6,8 +6,9 @@ dependencies {
compile fileTree(dir: '../briar-core/libs', include: '*.jar')
compile project(':briar-core')
compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile "com.android.support:support-v4:23.1.1"
compile "com.android.support:appcompat-v7:23.1.1"
compile "com.android.support:design:23.1.1"
}
android {