Skip to content

Commit 3cc477f

Browse files
authored
Remove unused icon
1 parent 99b86ff commit 3cc477f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

app/src/main/res/layout/activity_browser.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -97,22 +97,6 @@
9797
app:layout_constraintTop_toTopOf="@id/omnibarTextInput"
9898
tools:visibility="visible" />
9999

100-
<ImageView
101-
android:id="@+id/fireButton"
102-
android:layout_width="24dp"
103-
android:layout_height="24dp"
104-
android:layout_marginEnd="6dp"
105-
android:background="?selectableItemBackground"
106-
android:contentDescription="@string/clearButtonContentDescription"
107-
android:elevation="6dp"
108-
android:src="@drawable/ic_cancel_24dp"
109-
android:tint="#FFF"
110-
android:visibility="gone"
111-
app:layout_constraintBottom_toBottomOf="@id/omnibarTextInput"
112-
app:layout_constraintEnd_toEndOf="@+id/omnibarTextInput"
113-
app:layout_constraintTop_toTopOf="@id/omnibarTextInput"
114-
tools:visibility="visible" />
115-
116100
</android.support.constraint.ConstraintLayout>
117101

118102
</android.support.v7.widget.Toolbar>

0 commit comments

Comments
 (0)