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:layout_width="match_parent"
android:layout_height="wrap_content">
<android.support.design.widget.TextInputEditText
android:id="@+id/explore_search" 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:layout_marginLeft="6dp" android:paddingLeft="18dp"
android:layout_marginRight="6dp" android:paddingRight="6dp"
android:layout_marginTop="3dp" android:paddingTop="3dp"
android:hint="Search" /> android:paddingBottom="15dp"
</android.support.design.widget.TextInputLayout> android:hint="Search"
android:textColor="@color/primaryTextColor"
android:textColorHint="@color/primaryTextColor"/>
<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