Skip to content

Commit abea1f7

Browse files
committed
update gradle
1 parent fe3f457 commit abea1f7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ dependencies {
4242
compile(name: 'AndroidUtils', ext: 'aar')
4343
//compile project(":AndroidUtils")
4444
compile 'com.android.support:appcompat-v7:23.2.1'
45+
compile 'com.android.support:recyclerview-v7:23.2.1'
4546
}

src/main/java/com/clock/study/activity/DayNightActivity.java

-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
import android.animation.Animator;
44
import android.animation.AnimatorListenerAdapter;
55
import android.animation.ObjectAnimator;
6-
import android.content.res.Resources;
76
import android.graphics.Bitmap;
87
import android.os.Bundle;
98
import android.support.v7.app.AppCompatActivity;
10-
import android.util.TypedValue;
119
import android.view.Menu;
1210
import android.view.MenuInflater;
1311
import android.view.MenuItem;
@@ -43,7 +41,6 @@ protected void onCreate(Bundle savedInstanceState) {
4341
setTheme(R.style.DayTheme);
4442
}
4543
setContentView(R.layout.activity_day_night);
46-
4744
initView();
4845

4946
}

0 commit comments

Comments
 (0)