File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/com/clock/study/activity Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 33import android .animation .Animator ;
44import android .animation .AnimatorListenerAdapter ;
55import android .animation .ObjectAnimator ;
6- import android .content .res .Resources ;
76import android .graphics .Bitmap ;
87import android .os .Bundle ;
98import android .support .v7 .app .AppCompatActivity ;
10- import android .util .TypedValue ;
119import android .view .Menu ;
1210import android .view .MenuInflater ;
1311import 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 }
You can’t perform that action at this time.
0 commit comments