-
-
Notifications
You must be signed in to change notification settings - Fork 137
Setting up frames_configs.xml
You will find this file in app/src/main/res/values/frames_configs.xml
.
There are quite a lot of options here, and each section has a comment explaining what you should edit.
Here is what the main part of the file looks like:
<resources>
<!-- Use old format?
- If you're coming from the previous Frames, then you will find this useful
- True means yes
- False means no
-->
<bool name="use_old_json_format">true</bool>
<!-- Do you want notifications to be enabled for all your users?
- True means yes
- False means no
-->
<bool name="notifications_enabled_by_default">true</bool>
<!-- Configure your own Splash Screen style
- Only change the parent. Available Styles:
- LightTheme.SplashScreen
- DarkTheme.SplashScreen
- TransparentTheme.SplashScreen
- AmoledTheme.SplashScreen
-->
<style name="MySplashScreen" parent="LightTheme.SplashScreen"/>
<!-- Define the default app theme
- 0 -> Light
- 1 -> Dark
- 2 -> Transparent
- 3 -> Amoled
- 4 -> Auto Light-Dark
- 5 -> Auto Light-Amoled
-->
<integer name="default_theme">0</integer>
<!-- Choose whether you want colored tiles by default -->
<bool name="enable_colored_tiles">true</bool>
<!-- Show wallpaper details bottom sheet or dialog
- True to show a bottom sheet
- False to show a dialog
-->
<bool name="show_bottom_sheet">true</bool>
<!-- These are your donation items. Only put their ids here -->
<string-array name="donation_items">
<item>coffee</item>
<item>pizza</item>
<item>burger</item>
</string-array>
</resources>
Wiki written by Patryk Goworowski, Lumiq Creative, and Jackson Hayes. Special thanks to Sanchith Hegde. Copyright © 2018 Jahir Fiquitiva.
Licensed under the CreativeCommons Attribution-ShareAlike 4.0 International License. You may not use this file except in compliance with the License. You may obtain a copy of the License at http://creativecommons.org/licenses/by-sa/4.0/legalcode.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- Get Started
- Set Basic Values
- Create a Package
- Set App Name
- Set App Icon
- Set Launch Screen Image
- Set App Colours
- Change Store & License Settings
- Setting
blueprint_setup.xml
up - Setting
kuper_setup.xml
up - Setting
frames_setup.xml
up - Setting custom styles
- Adding Zooper widgets
- Adding Kustom assets
- Setting up Credits
- Optimize your wallpapers
- Setting up the wallpapers JSON file
- Enabling notifications
- Setting up the icon pack (1/2)
- Setting up the icon pack (2/2)
- Add support for Smart Launcher
- Update your app's changelog