Index: mobile/android/app/src/main/res/layout/splash_screen.xml |
=================================================================== |
--- a/mobile/android/app/src/main/res/layout/splash_screen.xml |
+++ b/mobile/android/app/src/main/res/layout/splash_screen.xml |
@@ -1,15 +1,16 @@ |
<?xml version="1.0" encoding="utf-8"?> |
<org.mozilla.gecko.widget.SplashScreen xmlns:android="http://schemas.android.com/apk/res/android" |
xmlns:app="http://schemas.android.com/apk/res-auto" |
android:id="@+id/splash_root" |
android:layout_width="match_parent" |
android:layout_height="match_parent" |
android:orientation="vertical"> |
+ <!-- Changed icon. See https://issues.adblockplus.org/ticket/5993 --> |
<ImageView |
android:layout_width="116dp" |
android:layout_height="121dp" |
android:layout_centerInParent="true" |
- app:srcCompat="@drawable/firefox_logo_svg"/> |
+ app:srcCompat="@drawable/abb_icon_home_empty"/> |
</org.mozilla.gecko.widget.SplashScreen> |