KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
kLib-android
★ 34
Open GitHub ↗
Android Library
Download README (.md)
Explore Similar Repositories
process
:
Process is a library inspired by Prismatic's Graph
shaders
:
No description available.
cache-bundle
:
Integrated Cache Bundle for Symfony
grbl-builds
:
This Grbl repository stores old and current pre-compiled firmwares for users. Please download the firmware directly from the links on our main Grbl repository. These links track the download stats and help us track usage. Thanks!
digestive-functors-aeson
:
Run digestive-functors against a JSON document
// 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
kLib-android
?
Download (.md)
kLib-android ============ This library contain BorderDrawable and BorderFrameLayout. Since as of now Android does not easily support custom inflated xml drawable, So we need to set the drawable from Java source. So easy use one can wrap his layout in BorderFrameLayout and can be used from Layout XML directly. <com.khandelwal.library.view.BorderFrameLayout android:layout_width="match_parent" android:layout_height="match_parent" app:leftBorderColor="#00F0F0" app:leftBorderWidth="10dp" app:topBorderColor="#F0F000" app:topBorderWidth="15dp" app:rightBorderColor="#F000F0" app:rightBorderWidth="20dp" app:bottomBorderColor="#000000" app:bottomBorderWidth="25dp" > </com.khandelwal.library.view.BorderFrameLayout> The above layout xml will give us four sided border with different color with different width.