Commit 8da7c36b authored by Leonardo Aramaki's avatar Leonardo Aramaki

Set emoji search invisible for now

parent a40433df
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:padding="8dp" android:padding="8dp"
android:visibility="invisible"
android:src="@drawable/ic_search_gray_24px" /> android:src="@drawable/ic_search_gray_24px" />
<ImageView <ImageView
...@@ -75,5 +76,4 @@ ...@@ -75,5 +76,4 @@
android:src="@drawable/ic_backspace_gray_24dp" /> android:src="@drawable/ic_backspace_gray_24dp" />
</RelativeLayout> </RelativeLayout>
</android.support.constraint.ConstraintLayout> </android.support.constraint.ConstraintLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment