OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <org.mozilla.gecko.widget.SplashScreen xmlns:android="http://schemas.android.com
/apk/res/android" | 2 <org.mozilla.gecko.widget.SplashScreen xmlns:android="http://schemas.android.com
/apk/res/android" |
3 xmlns:app="http://schemas.android.com/apk
/res-auto" | 3 xmlns:app="http://schemas.android.com/apk
/res-auto" |
4 android:id="@+id/splash_root" | 4 android:id="@+id/splash_root" |
5 android:layout_width="match_parent" | 5 android:layout_width="match_parent" |
6 android:layout_height="match_parent" | 6 android:layout_height="match_parent" |
7 android:orientation="vertical"> | 7 android:orientation="vertical"> |
8 | 8 |
| 9 <!-- Changed icon. See https://issues.adblockplus.org/ticket/5993 --> |
9 <ImageView | 10 <ImageView |
10 android:layout_width="116dp" | 11 android:layout_width="116dp" |
11 android:layout_height="121dp" | 12 android:layout_height="121dp" |
12 android:layout_centerInParent="true" | 13 android:layout_centerInParent="true" |
13 app:srcCompat="@drawable/firefox_logo_svg"/> | 14 app:srcCompat="@drawable/abb_icon_home_empty"/> |
14 | 15 |
15 </org.mozilla.gecko.widget.SplashScreen> | 16 </org.mozilla.gecko.widget.SplashScreen> |
OLD | NEW |