File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
source-code/app/src/main/res/values Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 34
34
<item name =" android:textColorPrimary" >@color/black_primary_text</item >
35
35
<item name =" android:textColorSecondary" >@color/black_secondary_text</item >
36
36
<item name =" android:listViewStyle" >@style/ListView.Buildmlearn</item >
37
+ <item name =" android:windowAnimationStyle" >@style/WindowAnimationTransition</item >
37
38
<item name =" android:scrollViewStyle" >@style/ScrollView.Buildmlearn</item >
38
39
<item name =" alertDialogTheme" >@style/AppDialogTheme</item >
39
40
</style >
279
280
280
281
<style name =" AppTheme.PopupOverlay" parent =" ThemeOverlay.AppCompat.Light" />
281
282
283
+ <style name =" WindowAnimationTransition" >
284
+ <item name =" android:windowEnterAnimation" >@android:anim/fade_in</item >
285
+ <item name =" android:windowExitAnimation" >@android:anim/fade_out</item >
286
+ </style >
287
+
282
288
</resources >
You can’t perform that action at this time.
0 commit comments