mirror of
https://github.com/sismics/docs.git
synced 2026-01-22 05:05:39 +00:00
Close #71: Android: Advanced search by creator
This commit is contained in:
@@ -27,6 +27,15 @@
|
||||
android:textSize="18sp"
|
||||
android:hint="@string/fulltext_search"/>
|
||||
|
||||
<!-- Creator -->
|
||||
<EditText
|
||||
android:id="@+id/creatorEditText"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="8dp"
|
||||
android:textSize="18sp"
|
||||
android:hint="@string/creator"/>
|
||||
|
||||
<!-- Language -->
|
||||
<Spinner
|
||||
android:id="@+id/languageSpinner"
|
||||
|
||||
Reference in New Issue
Block a user