Added ImageDrawable to listview

This commit is contained in:
Michael Schättgen 2016-08-21 21:55:04 +02:00
parent 59402d30ff
commit f11145ce95
9 changed files with 82 additions and 43 deletions

View file

@ -19,10 +19,12 @@ android {
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
compile 'me.dm7.barcodescanner:zxing:1.9'
compile 'com.android.support:cardview-v7:24.1.1'
compile 'com.android.support:recyclerview-v7:24.1.1'