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

Added feature for multi items support on RecyclerView. #22

Merged
merged 3 commits into from
Jan 24, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
style: removed build files
  • Loading branch information
Blaž Vantur committed Aug 9, 2018
commit 9471f2f27ea53c70dda7655d0ce6653c0116347b
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import android.support.v4.content.ContextCompat;
import android.support.v7.widget.RecyclerView;

import java.util.List;

/**
* Created by ethanhua on 2017/7/29.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@

import android.support.annotation.IntRange;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.ViewGroup;

import java.util.Arrays;
import java.util.Collections;
import java.util.Random;

import io.supercharge.shimmerlayout.ShimmerLayout;

/**
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dependencies {
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation project(':library')
// implementation 'com.ethanhua:skeleton:1.1.1'
// implementation 'io.supercharge:shimmerlayout:2.1.0'
// implementation project(':library')
implementation 'com.ethanhua:skeleton:1.1.1'
implementation 'io.supercharge:shimmerlayout:2.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support:recyclerview-v7:26.1.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
Expand Down

This file was deleted.

This file was deleted.

129 changes: 0 additions & 129 deletions sample/build/generated/source/r/debug/android/support/compat/R.java

This file was deleted.

Loading