Skip to content

Commit c565f6c

Browse files
committed
adjusted button padding with text try indexed search
1 parent 331b246 commit c565f6c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/res/layout-v21/layout_search.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
android:layout_width="0dp"
132132
android:layout_height="wrap_content"
133133
android:layout_weight="0.6"
134+
android:padding="1dp"
134135
android:background="@drawable/ripple_button_background"
135136
android:text="@string/try_indexed_search"
136137
android:textAllCaps="false"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
android:layout_height="wrap_content"
129129
android:layout_weight="0.6"
130130
android:background="@drawable/button_background"
131+
android:padding="1dp"
131132
android:text="@string/try_indexed_search"
132133
android:textAllCaps="false"
133134
android:textColor="@color/primary_pink"

0 commit comments

Comments
 (0)