Example #1
0
        void Initialize()
        {
            string[] section0 = new [] { "Show with caption only", "Show with caption and activity", "Show with caption and image", "Show activity only", "Play sound on show" };
            string[] section1 = new [] { "Show and auto-hide", "Show, update and auto-hide", "Show progress bar", "Show queued HUD" };
            string[] section2 = new [] { "Accessory top", "Accessory right", "Accessory bottom", "Accessory left" };
            string[] section3 = new [] { "Use fixed size" };

            sectionHeaders = new [] { "Basic functions", "Advanced functions", "Accessory positioning", "" };
            sectionFooters = new [] { "Tap the HUD to hide it.", "Tap to hide is disabled.", "", ATMHud.BuildInfo() };
            cellCaptions   = new [] { section0, section1, section2, section3 };
        }