Skip to content

Commit

Permalink
Merge pull request #217 from learningequality/semiotic_for_the_people
Browse files Browse the repository at this point in the history
Rebrand logos and presplash
  • Loading branch information
rtibbles authored Apr 29, 2024
2 parents 295ab42 + 671f604 commit 9e65364
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .p4a
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
--permission FOREGROUND_SERVICE
--worker TaskWorker:taskworker.py
--service remoteshell:remoteshell.py
--presplash-color #FFFFFF
--presplash-color #FFCB00
--whitelist ./allowlist.txt
--blacklist ./blocklist.txt
--storage-dir ./python-for-android
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ protected void showLoadingScreen() {
* 'lime', 'maroon', 'navy', 'olive', 'purple', 'silver', 'teal'.
*/
try {
mImageView.setBackgroundColor(Color.parseColor("#FFFFFF"));
mImageView.setBackgroundColor(Color.parseColor("#FFCB00"));
} catch (IllegalArgumentException e) {}
mImageView.setLayoutParams(new ViewGroup.LayoutParams(
ViewGroup.LayoutParams.FILL_PARENT,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified python-for-android/dists/kolibri/src/main/res/mipmap/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e65364

Please sign in to comment.