All Projects → eo → signal-strength-view

eo / signal-strength-view

Licence: Apache-2.0 License
📶 Material design signal strength view for Android

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to signal-strength-view

Battery Meter View
🔋 Material design battery meter (i.e. level, state) view for Android
Stars: ✭ 57 (+90%)
Mutual labels:  material, custom-view, android-ui
Bluetooth State View
Material design animated Bluetooth state view for Android
Stars: ✭ 36 (+20%)
Mutual labels:  material, custom-view, android-ui
Transformationlayout
🌠 Transform into a different view or activity using morphing animations.
Stars: ✭ 1,329 (+4330%)
Mutual labels:  material, android-ui
Android Art
🎄 Android™ 设计相关的在线工具: 图标制作、配色方案、尺寸修改、截图加壳等,持续更新...
Stars: ✭ 95 (+216.67%)
Mutual labels:  material, android-ui
XCArcProgressView
Android开口圆环比例进度View(高仿猎豹清理大师内存占用比例View)
Stars: ✭ 28 (-6.67%)
Mutual labels:  custom-view, android-ui
Slidetoact
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin 📱🎨🦄
Stars: ✭ 783 (+2510%)
Mutual labels:  material, android-ui
android-tableview-kotlin
Android's missing TableView component.
Stars: ✭ 40 (+33.33%)
Mutual labels:  custom-view, android-ui
XCPullToLoadMoreListView
XCPullToLoadMoreListView-下拉加载更多ListView控件(仿QQ、微信聊天对话列表控件)
Stars: ✭ 24 (-20%)
Mutual labels:  custom-view, android-ui
Material Progressview
🔥A beautiful, gradual and simple used progress view for android.
Stars: ✭ 406 (+1253.33%)
Mutual labels:  material, android-ui
Image-Support
Add badge with counter to ImageView Android.
Stars: ✭ 128 (+326.67%)
Mutual labels:  custom-view, android-ui
YuanaItemSettingView
Customizable Item Setting View Android
Stars: ✭ 15 (-50%)
Mutual labels:  custom-view, android-ui
RxLoading
RxJava library for showing a loading (i.e. progress bar) state while waiting for async data with minimal effort and advanced options.
Stars: ✭ 49 (+63.33%)
Mutual labels:  custom-view, android-ui
Materialfavoritebutton
Animated favorite/star/like button
Stars: ✭ 586 (+1853.33%)
Mutual labels:  material, android-ui
Fabrevealmenu Master
A general purpose android UI library to show a user show menu in accordance of Floating action button with material design guidelines.
Stars: ✭ 558 (+1760%)
Mutual labels:  material, android-ui
AndroidEssentialLibraries
👻 Android Essential Libraries - A couple of the Android Libraries to use in your Projects 🛠
Stars: ✭ 203 (+576.67%)
Mutual labels:  material, android-ui
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (+356.67%)
Mutual labels:  material, android-ui
Materiallettericon
Material first letter icon like lollipop contacts icon. Letter(s) on a shape drawn on canvas.
Stars: ✭ 255 (+750%)
Mutual labels:  material, android-ui
Sequent
A simple continuous animation library for Android UI.
Stars: ✭ 263 (+776.67%)
Mutual labels:  material, android-ui
Circular-Progress-View
A customisable circular progress view for android.
Stars: ✭ 39 (+30%)
Mutual labels:  custom-view, android-ui
mCustomView
总结了博主这么多年所写的自定义view,以及自定义view的教程
Stars: ✭ 17 (-43.33%)
Mutual labels:  custom-view, android-ui

Signal Strength View

Icon

Material design signal strength view for Android

Download License License

Download

dependencies {
  implementation 'eo.view:signalstrength:2.0.0'
}

Usage

Library contains both SignalStrengthView and SignalStrengthDrawable classes. Following XML attributes have corresponding class properties.

<eo.view.signalstrength.SignalStrengthView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:signalStrengthColor="?colorAccent"
    app:signalStrengthLevel="50"
    app:signalStrengthTheme="rounded" />

Style

Signal strength view is styleable using signalStrengthStyle in your theme. Widget.SignalStrength can be used as a base style.

Sample

Download sample app under releases to play with the library

Rounded Theme Screenshot Sharp Theme Screenshot

License

Copyright 2018 Erdem Orman

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].