Skip to content
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RecyclerView and CardView
Demo for using RecylcerView and CardView with Android L new features.

##Prerequisites
## Prerequisites
- android-support-v7
- Recyclerview
- Cardview
Expand All @@ -22,7 +22,7 @@ dependencies {
```

## Usage
####RecyclerView
#### RecyclerView
```
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
Expand All @@ -34,7 +34,7 @@ dependencies {
```


####CardView
#### CardView
```
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal" android:layout_width="match_parent"
Expand Down Expand Up @@ -75,7 +75,7 @@ dependencies {
```


#License
# License
Copyright (C) 2014 CommonQ

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down