Commit f98357c2 authored by Sajal Narang's avatar Sajal Narang

Change search bar desing in ExploreFragment

parent 7ad93948
......@@ -3,6 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:focusableInTouchMode="true"
tools:context=".fragment.ExploreFragment">
<LinearLayout
......@@ -10,14 +12,20 @@
android:layout_height="match_parent"
android:orientation="vertical">
<EditText
android:id="@+id/explore_search"
<android.support.design.widget.TextInputLayout
android:layout_marginTop="8dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Search"
android:layout_marginLeft="6dp"
android:layout_marginRight="6dp"
android:layout_marginTop="3dp" />
android:layout_height="wrap_content">
<android.support.design.widget.TextInputEditText
android:id="@+id/explore_search"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="6dp"
android:layout_marginRight="6dp"
android:layout_marginTop="3dp"
android:hint="Search" />
</android.support.design.widget.TextInputLayout>
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
......
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