1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-22 18:13:23 +00:00

Refonte main page

This commit is contained in:
Yan Maniez 2019-03-04 23:37:01 +01:00
parent 8ad104f5d5
commit 68dee142af
7 changed files with 125 additions and 13 deletions

View file

@ -24,6 +24,8 @@ namespace AideDeJeu.Droid
global::Xamarin.Forms.Forms.Init(this, bundle);
SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3());
Xamarin.Forms.Forms.SetFlags("CollectionView_Experimental");
LoadApplication(new App());
}