Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit e932a90

Browse files
committed
Removed border form search edittext
1 parent ba6334b commit e932a90

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

app/src/main/res/drawable/search_edittext_border.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/src/main/res/layout/main.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
android:layout_marginLeft="2dp"
7070
android:layout_marginRight="2dp"
7171
android:layout_marginTop="28dp"
72-
android:background="@drawable/search_edittext_border"
7372
android:paddingBottom="12dp"
7473
android:paddingLeft="4dp"
7574
android:paddingRight="4dp"
76-
android:paddingTop="12dp">
75+
android:paddingTop="12dp"
76+
android:background="@android:color/white">
7777

7878
<EditText
7979
android:id="@+id/stream_drawer_search"
@@ -137,11 +137,11 @@
137137
android:layout_marginLeft="2dp"
138138
android:layout_marginRight="2dp"
139139
android:layout_marginTop="28dp"
140-
android:background="@drawable/search_edittext_border"
141140
android:paddingBottom="12dp"
142141
android:paddingLeft="4dp"
143142
android:paddingRight="4dp"
144-
android:paddingTop="12dp">
143+
android:paddingTop="12dp"
144+
android:background="@android:color/white">
145145

146146
<EditText
147147
android:id="@+id/people_drawer_search"

0 commit comments

Comments
 (0)