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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld