Getting Started
Written By Brian Faeran
Last updated 6 months ago
How It Works
LaunchBox for Android themes use 2 different Views:
Filters Views
Contain the layout for the root view. By default, the root view displays a list of Platforms, but a user can change this to many different filters, like Genres, Developers, and Play Modes.Games Views
Contain the layout for displaying games.
Each view has different types you can choose from, and each type contains specific View Settings that a user can adjust.
Example files for each type of view are provided — choose the one that works best for your theme.
Get Started
An example theme is provided, which shows examples of all available types of Views.
Location:
LaunchBox\Themes\Example Theme Setup Steps:
Copy the Example Theme folder and rename it to your theme name.
The theme folder structure will look like this:
LaunchBox\Themes\[Theme Name]\Filters Views\Examples LaunchBox\Themes\[Theme Name]\Games Views\ExamplesIn both
Examplesfolders are the different view types you can use as a starting point (each view file ends in.xaml).To make an example view viewable in LaunchBox for Android:
Move it outside of the
Examplesfolder.Change the name of the view file to reflect the type of view you are making.
Edit the view file in your favorite text editor to make custom changes.