KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
RoundProgressTextView
★ 22
Open GitHub ↗
TextView with Round Pogress
Download README (.md)
Explore Similar Repositories
brew-cask-replacer
:
No description available.
orange
:
A lightweight Object Relational Mapper for Go
ticket-auth
:
No description available.
stabping
:
Continuously monitor your connection/ISP's latency & speed and view them in interactive charts
dockerfile
:
Collection of Docker recipes
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RoundProgressTextView
?
Download (.md)
# RoundProgressTextView TextView with Round Progress. ## Screenshot <img src="https://raw.githubusercontent.com/hearsilent/RoundProgressTextView/master/screenshots/screenrecord.gif" height="500"> <img src="https://raw.githubusercontent.com/hearsilent/RoundProgressTextView/master/screenshots/screenshot.png" height="500"> # Usage If you want change progress value programmatically call: ```java setProgress(int progress, int duration) ``` Else if you want change progress but not in UI thread, then call: ```java setProgressNotInUiThread(int progress, int duration) ``` # Customization You can customize to what you want. ```xml <hearsilent.roundprogresstextview.RoundProgressTextView android:id="@+id/roundProgressTextView" android:layout_width="200sp" android:layout_height="40sp" android:layout_centerInParent="true" android:gravity="center" android:text="HearSilent" android:textSize="17sp" app:max="100" app:progress="35" app:progress_color="#1e88e5" app:progress_fill_color="#de1e88e5" app:progress_stoke_width="2.5dp" app:stoke_width="1dp"/> ``` ## Compatibility Android 4.0+ ### Let me know! I'd be really happy if you sent me links to your projects where you use my component. Just send an email to hear.silent1995@gmail.com And do let me know if you have any questions or suggestion regarding the example. ## License Copyright 2017, HearSilent 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.