Skip to content

Commit 9e65364

Browse files
authored
Merge pull request #217 from learningequality/semiotic_for_the_people
Rebrand logos and presplash
2 parents 295ab42 + 671f604 commit 9e65364

9 files changed

Lines changed: 2 additions & 2 deletions

File tree

.p4a

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--permission FOREGROUND_SERVICE
1313
--worker TaskWorker:taskworker.py
1414
--service remoteshell:remoteshell.py
15-
--presplash-color #FFFFFF
15+
--presplash-color #FFCB00
1616
--whitelist ./allowlist.txt
1717
--blacklist ./blocklist.txt
1818
--storage-dir ./python-for-android

python-for-android/dists/kolibri/src/main/java/org/kivy/android/PythonActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ protected void showLoadingScreen() {
354354
* 'lime', 'maroon', 'navy', 'olive', 'purple', 'silver', 'teal'.
355355
*/
356356
try {
357-
mImageView.setBackgroundColor(Color.parseColor("#FFFFFF"));
357+
mImageView.setBackgroundColor(Color.parseColor("#FFCB00"));
358358
} catch (IllegalArgumentException e) {}
359359
mImageView.setLayoutParams(new ViewGroup.LayoutParams(
360360
ViewGroup.LayoutParams.FILL_PARENT,
65 Bytes
Loading
29 Bytes
Loading
77 Bytes
Loading
471 Bytes
Loading
695 Bytes
Loading
-3.29 KB
Loading
26.8 KB
Loading

0 commit comments

Comments
 (0)