From e34c4067ea12e85bb4379c42a074e544a385a9f8 Mon Sep 17 00:00:00 2001 From: Alex Dibrivnyi Date: Thu, 13 Apr 2017 21:12:23 +0300 Subject: [PATCH] Changed readme file. (Close #20) --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index e1dc49b..275ae6c 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,32 @@ Open AboutBox screen AboutActivity.launch(activity); ``` +## Theme + +Add to your AndroidManifest.xml file + +``` + +``` + +Ensure that `AppTheme.MaterialAboutActivity` theme extends either of these themes, and apply primary & accent colours: +``` +Theme.Mal.Light.DarkActionBar +Theme.Mal.Light.LightActionBar +Theme.Mal.Dark.LightActionBar +Theme.Mal.Dark.DarkActionBar +``` + +``` + +``` ## Screenshot