Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add some end padding to the loading animation
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Nov 4, 2019
1 parent 37088a8 commit 2c3daea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ public void setURL(String aURL) {
return;

} else if (aURL.startsWith("resource:") || mSession.isHomeUri(aURL)) {

aURL = "";

} else if (aURL.startsWith("data:") && mSession.isPrivateMode()) {
aURL = "";

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/navigation_url.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
android:id="@+id/loadingView"
android:layout_width="24dp"
android:layout_height="24dp"
android:paddingEnd="5dp"
android:contentDescription="Loading animation"
android:src="@drawable/loading_shape"
app:visibleGone="@{isLoading}" />
Expand Down

0 comments on commit 2c3daea

Please sign in to comment.