Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Note
--------
Basically same as appcompat_v7 version 21, you can use appcompat_v7
```groovy
compile 'com.android.support:appcompat-v7:21.0.+'
implementation 'com.android.support:appcompat-v7:21.0.+'
```
```xml
<style name="AppTheme" parent="Theme.AppCompat.Light">
Expand Down Expand Up @@ -40,7 +40,7 @@ via Maven:
```
or Gradle:
```groovy
compile 'com.ikimuhendis:ldrawer:0.1'
implementation 'com.ikimuhendis:ldrawer:0.1'
```

![alt tag](https://raw.githubusercontent.com/IkiMuhendis/LDrawer/master/images/animated.gif)
Expand Down Expand Up @@ -89,14 +89,14 @@ drawerArrow.setColor(R.color.ldrawer_color); // to set color
```
##Example Projects


[![Google Play](http://developer.android.com/images/brand/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=com.ikimuhendis.ldrawer.sample)
[LDrawer][3]


[![Google Play](http://developer.android.com/images/brand/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=com.ikimuhendis.android.foodjob)
[Yemek Tarifleri][4]

[![Google Play](http://developer.android.com/images/brand/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=cz.kinst.jakub.asparagus)
[Asparagus - My Recipes][5]

Expand All @@ -116,8 +116,8 @@ License
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.


[1]: https://github.com/IkiMuhendis/LDrawer
[2]: http://developer.android.com/training/implementing-navigation/nav-drawer.html
[3]: https://play.google.com/store/apps/details?id=com.ikimuhendis.ldrawer.sample
Expand Down