-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6c4cb4
commit 0fdd878
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Auto Dimension | ||
Auto Dimension | ||
|
||
[![](https://jitpack.io/v/hantrungkien/AutoDimension.svg)](https://jitpack.io/#hantrungkien/AutoDimension) | ||
|
||
### install: | ||
|
||
**via JitPack (to get current code)** | ||
|
||
project/build.gradle | ||
````gradle | ||
allprojects { | ||
repositories { | ||
maven { url "https://jitpack.io" } | ||
} | ||
} | ||
```` | ||
module/build.gradle | ||
````gradle | ||
compile 'com.github.hantrungkien:AutoDimension:1.0.0' | ||
```` | ||
|
||
#### How to use: | ||
|
||
````xml | ||
<TextView | ||
android:id="@+id/work_time_sheet" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:layout_margin="@dimen/_1dp"/> | ||
|
||
|
||
### Contribution | ||
|
||
If you've found an error, please file an issue. | ||
|
||
Patches and new samples are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. |