aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/search_activity.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/layout/search_activity.xml b/main/res/layout/search_activity.xml
index a0a699d..25f914b 100644
--- a/main/res/layout/search_activity.xml
+++ b/main/res/layout/search_activity.xml
@@ -120,13 +120,13 @@
</RelativeLayout>
<EditText
- android:id="@+id/username"
+ android:id="@+id/finder"
style="@style/edittext_full"
android:hint="@string/search_fbu_prefill"
android:imeOptions="actionGo" />
<Button
- android:id="@+id/search_username"
+ android:id="@+id/search_finder"
style="@style/button_full"
android:text="@string/search_fbu_button" />
<!-- ** -->