|
|
|
@ -41,7 +41,7 @@ namespace QuickPlay
|
|
|
|
|
// UI Toolbar initialization
|
|
|
|
|
var toolbar = FindViewById<Toolbar>(Resource.Id.toolbar);
|
|
|
|
|
SetSupportActionBar(toolbar);
|
|
|
|
|
toolbar.Title = "My Toolbar";
|
|
|
|
|
SupportActionBar.Title = "My Toolbar";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
List<PlayerConfiguration> acquirePlayerConfigs()
|
|
|
|
|