GPS Status
中文看这里
Download
Add it in your build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Add the dependency in the form:
dependencies {
compile 'com.github.hzw1199:AndroidGpsStatus:1.1'
}
Features
The layout of GpsStatusTextView and GpsStatusImageView are independent
The color of GpsStatusTextView shows the status of GPS sensor: closed, fixed, unfixed
The icon of GpsStatusImageView shows the
1