File tree Expand file tree Collapse file tree
source-code/app/src/main/res/values Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 <item name =" android:textColorPrimary" >@color/black_primary_text</item >
3535 <item name =" android:textColorSecondary" >@color/black_secondary_text</item >
3636 <item name =" android:listViewStyle" >@style/ListView.Buildmlearn</item >
37+ <item name =" android:windowAnimationStyle" >@style/WindowAnimationTransition</item >
3738 <item name =" android:scrollViewStyle" >@style/ScrollView.Buildmlearn</item >
3839 <item name =" alertDialogTheme" >@style/AppDialogTheme</item >
3940 </style >
279280
280281 <style name =" AppTheme.PopupOverlay" parent =" ThemeOverlay.AppCompat.Light" />
281282
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+
282288</resources >
You can’t perform that action at this time.
0 commit comments