File tree Expand file tree Collapse file tree 4 files changed +1
-8
lines changed
quickactionview/src/main/java/com/commit451/quickactionview Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Original file line number Diff line number Diff 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
2625dependencies {
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'
Original file line number Diff line number Diff line change 1010import android .support .annotation .Nullable ;
1111import 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 */
Original file line number Diff line number Diff line change 1111import android .graphics .drawable .Drawable ;
1212import android .view .View ;
1313
14- import com .ovenbits .quickactionview .R ;
15-
1614/**
1715 * View that shows the action
1816 */
Original file line number Diff line number Diff line change 2929import android .view .WindowManager ;
3030import android .widget .FrameLayout ;
3131
32- import com .ovenbits .quickactionview .R ;
3332import com .commit451 .quickactionview .animator .FadeInFadeOutActionsTitleAnimator ;
3433import com .commit451 .quickactionview .animator .SlideFromCenterAnimator ;
3534
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 */
4746public class QuickActionView {
4847
You can’t perform that action at this time.
0 commit comments