Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hantrungkien authored Jul 1, 2017
1 parent c6c4cb4 commit 0fdd878
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
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.

0 comments on commit 0fdd878

Please sign in to comment.