Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material Light theme with black status bar #176

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .p4a
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
--allow-minsdk-ndkapi-mismatch
--permission ACCESS_NETWORK_STATE
--permission FOREGROUND_SERVICE
--android-apptheme "@style/KeyTheme"
--service remoteshell:remoteshell.py
--presplash assets/presplash.png
--presplash-color #F15A22
--icon assets/icon.png
--icon-fg assets/icon-fg.png
--icon-bg assets/icon-bg.png
--res-values res/values/styles.xml
--window
--fileprovider-paths src/fileprovider_paths.xml
--add-asset assets/_load.html:_load.html
--add-asset assets/welcomeScreen:welcomeScreen
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cython~=0.29
virtualenv
git+https://github.com/endlessm/[email protected]endless10#egg=python-for-android
git+https://github.com/endlessm/[email protected]endless11#egg=python-for-android
6 changes: 6 additions & 0 deletions res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="KeyTheme" parent="android:Theme.Material.Light.NoActionBar">
<item name="android:statusBarColor">@android:color/black</item>
</style>
</resources>