Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/app/src/main/res/layout/splash_screen.xml

Issue 29657639: Issue 5993 - Firefox logo shown after reopening the app (Closed)
Patch Set: Created Jan. 5, 2018, 8:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld