File tree 2 files changed +1
-3
lines changed
src/main/java/com/clock/study/activity
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ dependencies {
42
42
compile(name : ' AndroidUtils' , ext : ' aar' )
43
43
// compile project(":AndroidUtils")
44
44
compile ' com.android.support:appcompat-v7:23.2.1'
45
+ compile ' com.android.support:recyclerview-v7:23.2.1'
45
46
}
Original file line number Diff line number Diff line change 3
3
import android .animation .Animator ;
4
4
import android .animation .AnimatorListenerAdapter ;
5
5
import android .animation .ObjectAnimator ;
6
- import android .content .res .Resources ;
7
6
import android .graphics .Bitmap ;
8
7
import android .os .Bundle ;
9
8
import android .support .v7 .app .AppCompatActivity ;
10
- import android .util .TypedValue ;
11
9
import android .view .Menu ;
12
10
import android .view .MenuInflater ;
13
11
import android .view .MenuItem ;
@@ -43,7 +41,6 @@ protected void onCreate(Bundle savedInstanceState) {
43
41
setTheme (R .style .DayTheme );
44
42
}
45
43
setContentView (R .layout .activity_day_night );
46
-
47
44
initView ();
48
45
49
46
}
You can’t perform that action at this time.
0 commit comments