Skip to content

Introduction

SuperDragonXD edited this page Jul 10, 2024 · 3 revisions

Lawnicons is an icon pack that replicates Android 13's themed icons in a consistent way. This document describes basic things you should know when developing code for Lawnicons. If you want to add an icon, see CONTRIBUTING.md for the icon guidelines.

Setup

App architecture

Lawnicons uses Modern Android Development principles. These include the following libraries:

Modules overview

Lawnicons contains two modules: app and svg-processor.

app module

The app module contains most of the code relating to the app. See "About the app module`" for additional information.

svg-processor module

The svg-processor processes the SVGs from the app. See the processing SVGs page for more info.

Clone this wiki locally