|
20 | 20 | global using Android.Window; |
21 | 21 | global using AndroidX.AppCompat.App; |
22 | 22 | global using AndroidX.RecyclerView.Widget; |
23 | | -global using AndroidX.Transitions; |
24 | 23 | global using CommunityToolkit.Mvvm.ComponentModel; |
25 | 24 | global using CommunityToolkit.Mvvm.Input; |
26 | 25 | global using Dimmer.Data.Models; |
|
33 | 32 | global using Dimmer.Utils; |
34 | 33 | global using Dimmer.Utils.PageAnimations; |
35 | 34 | global using Dimmer.ViewModel; |
36 | | -global using Dimmer.ViewModels; |
| 35 | +global using Dimmer.ViewModels; |
37 | 36 | global using Dimmer.ViewsAndPages.NativeViews.Activity; |
38 | 37 | global using Google.Android.Material.BottomSheet; |
39 | 38 | global using Google.Android.Material.Button; |
40 | 39 | global using Google.Android.Material.Card; |
41 | | -global using Google.Android.Material.Shape; |
42 | 40 | global using Google.Android.Material.TextField; |
43 | 41 | global using Google.Android.Material.Transition; |
44 | 42 | global using Microsoft.Maui.Controls; |
|
50 | 48 | global using TextView = Google.Android.Material.TextView.MaterialTextView; |
51 | 49 | global using TransitionManager = AndroidX.Transitions.TransitionManager; |
52 | 50 | global using Google.Android.Material.Dialog; |
53 | | -global using Google.Android.Material.SwitchMaterial; |
54 | 51 |
|
55 | 52 | global using DialogFragment = AndroidX.Fragment.App.DialogFragment; |
56 | 53 | global using Color = Android.Graphics.Color; |
|
80 | 77 | global using Slider = Google.Android.Material.Slider.Slider; |
81 | 78 |
|
82 | 79 | global using CommunityToolkit.Maui.Core.Extensions; |
83 | | -global using CommunityToolkit.Maui.Storage; |
84 | 80 |
|
85 | 81 | global using Dimmer.Data; |
86 | 82 | global using Dimmer.Interfaces.IDatabase; |
|
105 | 101 | global using TransitionSet = AndroidX.Transitions.TransitionSet; |
106 | 102 | global using ChangeImageTransform = AndroidX.Transitions.ChangeImageTransform; |
107 | 103 |
|
108 | | -global using Resource = Microsoft.Maui.Resource; |
109 | | - |
110 | 104 | global using Android.Text; |
111 | 105 | global using AndroidX.Core.View; |
112 | 106 | global using Bumptech.Glide; |
|
120 | 114 | global using System.Reactive.Disposables; |
121 | 115 | global using System.Reactive.Disposables.Fluent; |
122 | 116 |
|
| 117 | +global using AndroidX.CoordinatorLayout.Widget; |
| 118 | +global using AndroidX.Core.Widget; |
| 119 | +global using Dimmer.ViewsAndPages.NativeViews.AlbumSection; |
| 120 | +global using Google.Android.Material.Behavior; |
| 121 | +global using Google.Android.Material.Floatingtoolbar; |
| 122 | +global using Google.Android.Material.Loadingindicator; |
| 123 | +global using static Dimmer.ViewsAndPages.NativeViews.SongAdapter; |
123 | 124 |
|
124 | 125 |
|
125 | 126 | namespace Dimmer; |
|
0 commit comments