Commit 4b9d4563 authored by Varun Patil's avatar Varun Patil

Fix search bar design of Explore

parent 913cffac
...@@ -12,20 +12,18 @@ ...@@ -12,20 +12,18 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical">
<android.support.design.widget.TextInputLayout <EditText
android:layout_marginTop="8dp" android:id="@+id/explore_search"
android:background="@color/colorPrimary"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:paddingLeft="18dp"
<android.support.design.widget.TextInputEditText android:paddingRight="6dp"
android:id="@+id/explore_search" android:paddingTop="3dp"
android:layout_width="match_parent" android:paddingBottom="15dp"
android:layout_height="wrap_content" android:hint="Search"
android:layout_marginLeft="6dp" android:textColor="@color/primaryTextColor"
android:layout_marginRight="6dp" android:textColorHint="@color/primaryTextColor"/>
android:layout_marginTop="3dp"
android:hint="Search" />
</android.support.design.widget.TextInputLayout>
<android.support.v4.widget.NestedScrollView <android.support.v4.widget.NestedScrollView
android:layout_width="match_parent" 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