removed unused button

This commit is contained in:
Chumva 2018-08-10 12:08:52 +03:00
parent cf8bdf06c0
commit 2c2837876b
2 changed files with 0 additions and 26 deletions

View file

@ -34,19 +34,6 @@
android:textSize="@dimen/title_text_size"
app:typeface="@string/font_roboto_mono_bold" />
<ImageView
android:id="@+id/search_icon"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginEnd="@dimen/content_padding_half"
android:layout_marginRight="@dimen/content_padding_half"
android:paddingLeft="@dimen/content_padding_half"
android:paddingRight="@dimen/content_padding_half"
android:visibility="gone"
tools:src="@drawable/ic_action_search_dark"
tools:tint="@color/icon_light"
tools:visibility="visible" />
<ImageView
android:id="@+id/options"
android:layout_width="wrap_content"

View file

@ -159,19 +159,6 @@
android:textSize="@dimen/title_text_size"
app:typeface="@string/font_roboto_mono_bold" />
<ImageView
android:id="@+id/title_search_icon"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginEnd="@dimen/content_padding_half"
android:layout_marginRight="@dimen/content_padding_half"
android:paddingLeft="@dimen/content_padding_half"
android:paddingRight="@dimen/content_padding_half"
android:visibility="gone"
tools:src="@drawable/ic_action_search_dark"
tools:tint="@color/icon_light"
tools:visibility="visible" />
<ImageView
android:id="@+id/options_title"
android:layout_width="wrap_content"