programingjd / justified

Android TextView or EditText with justified text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on API 23

mbt925 opened this issue · comments

Thanks for the great library. But it's not working right on API 23. Did you test it on API 23 Devices?

Hi,
Unfortunatly no, we have not had time to test on API 23 yet.

Thanks for the great library. But it's not working right on API 23. Did you
test it on API 23 Devices?


Reply to this email directly or view it on GitHub
#4.

I don't think testing it on an emulator would take much time.

*=provided

android_mocks
fr.tactyl.java.android_mocks
no dep

java_rx
fr.raccourci.java.rx
deps:
rxjava

android_rx
fr.tactyl.android.rx
deps:
android_mock*
java_rx

datastore_java
fr.tactyl.java.datastore
deps:
android_mock*
couchbase_lite_java
java_rx

datastore_android
fr.tactyl.android.datastore
deps:
datastore_java
couchbase_lite_android
android_rx

livetrip_java
fr.tactyl.java.livetrip
deps:
datastore_java
java_rx

livetrip_android
fr.tactyl.android.livetrip
deps:
livetrip_java
datastore_android

http://jdavid.info

Work in Api 23 , @programingjd Thanks, Nice!