File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/src/main/java/ka/enes/com/sample
fastdialog/src/main/res/values Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class MainActivity extends AppCompatActivity {
25
25
protected void onCreate (Bundle savedInstanceState ) {
26
26
super .onCreate (savedInstanceState );
27
27
setContentView (R .layout .activity_main );
28
- AppCompatDelegate .setDefaultNightMode (AppCompatDelegate .MODE_NIGHT_YES );
28
+ // AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES);
29
29
}
30
30
public void progress (View view ){
31
31
FastDialog .p (this ).progressText ("Please Wait!" ).create ().show ();
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
3
4
- <style name =" AppTheme" parent =" @style/ Theme.MaterialComponents.DayNight.NoActionBar " >
4
+ <style name =" AppTheme" parent =" Theme.AppCompat.Light.DarkActionBar " >
5
5
<!-- Customize your theme here. -->
6
6
<item name =" colorPrimary" >@color/colorPrimary</item >
7
7
<item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
You can’t perform that action at this time.
0 commit comments