Skip to content

Commit 3561479

Browse files
committed
Fixes for 4.0 in the sample
1 parent a764cf1 commit 3561479

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

app/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ android {
1010
targetSdkVersion 25
1111
versionCode 1
1212
versionName "1.0"
13-
vectorDrawables.useSupportLibrary = true
1413
}
1514
buildTypes {
1615
release {
@@ -25,7 +24,6 @@ android {
2524

2625
dependencies {
2726
compile fileTree(include: ['*.jar'], dir: 'libs')
28-
testCompile 'junit:junit:4.12'
2927
compile 'com.android.support:appcompat-v7:25.2.0'
3028
compile 'com.android.support:design:25.2.0'
3129
compile 'com.android.support:recyclerview-v7:25.2.0'

quickactionview/src/main/java/com/commit451/quickactionview/Action.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import android.support.annotation.Nullable;
1111
import android.support.v4.content.ContextCompat;
1212

13-
import com.ovenbits.quickactionview.R;
14-
1513
/**
1614
* Action that can be added to the {@link QuickActionView}
1715
*/

quickactionview/src/main/java/com/commit451/quickactionview/ActionView.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
import android.graphics.drawable.Drawable;
1212
import android.view.View;
1313

14-
import com.ovenbits.quickactionview.R;
15-
1614
/**
1715
* View that shows the action
1816
*/

quickactionview/src/main/java/com/commit451/quickactionview/QuickActionView.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import android.view.WindowManager;
3030
import android.widget.FrameLayout;
3131

32-
import com.ovenbits.quickactionview.R;
3332
import com.commit451.quickactionview.animator.FadeInFadeOutActionsTitleAnimator;
3433
import com.commit451.quickactionview.animator.SlideFromCenterAnimator;
3534

@@ -42,7 +41,7 @@
4241
/**
4342
* A QuickActionView, which shows actions when a view is long pressed.
4443
*
45-
* @see <a href="https://github.com/ovenbits/QuickActionView">https://github.com/ovenbits/QuickActionView</a>
44+
* @see <a href="https://github.com/Commit451/QuickActionView">https://github.com/Commit451/QuickActionView</a>
4645
*/
4746
public class QuickActionView {
4847

0 commit comments

Comments
 (0)