KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
TimeBar
★ 20
Open GitHub ↗
A TimeBar which imitates evernote.
Download README (.md)
Explore Similar Repositories
openhardwaremonitor-json-server
:
OpenHardwareMonitor standalone JSON server
AcrosticPoem-RNNPG
:
藏頭詩產生器(RNNPG版)
redis_poolex
:
Redis pool using poolboy(connection pool) and exredis(redis client).
docker-cross
:
Cross debugger suite
syslogserver
:
A basic syslog server for Windows
// 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
TimeBar
?
Download (.md)
# TimeBar A TimeBar which imitates evernote. just a simple flat custom view #Screenshot  #Usage in your layout ```xml <com.flying.xiaopo.evernotepicker.TimeBar android:id="@+id/timeBar" android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content"/> ``` in your java file ```java int hour = mTimeBar.getHour(); int minute = mTimeBar.getMinute(); String time = mTimeBar.getTime(); ```