styles.xml облегченный
Код: Выделить всё
@drawable/splashscreen
true
false
#00adef
#00adef
#00adef
true
@style/AppCompatDialogStyle
@style/DrawerArrowStyle
#00adef
#ffffff
#FF4081
true
#ffffff
@drawable/lock_icon
@drawable/brand_icon
@color/white
@color/white
true
true
true
#00FFFFFF
Код: Выделить всё
@drawable/splashscreen
true
false
#00adef
#00adef
#00adef
true
@style/AppCompatDialogStyle
@style/DrawerArrowStyle
#00adef
@color/black
#FF4081
true
#ffffff
@drawable/lock_icon_dark
@drawable/brand_icon_dark
@color/black
@color/black
true
true
true
#00FFFFFF
Код: Выделить всё
Код: Выделить всё
[Activity(MainLauncher = true,
NoHistory = true,
Theme = "@style/MyTheme.Splash",
Exported = true)]
public class SplashScreen : AppCompatActivity
{
protected override void OnCreate(Bundle savedInstanceState)
{
base.OnCreate(savedInstanceState);
var intent = new Intent(this, typeof(MainActivity));
if (Intent?.Extras != null)
{
intent.PutExtras(Intent.Extras);
}
StartActivity(intent);
}
}
Код: Выделить всё
@drawable/splashscreenдаже если я меняю цвет в
Код: Выделить всё
@color/whiteПодробнее здесь: https://stackoverflow.com/questions/791 ... id-xamarin
Мобильная версия