1
0
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:
jendib
2016-03-12 21:27:53 +01:00
parent 78d4b5797b
commit 5e2bd76e10
6 changed files with 35 additions and 8 deletions

View File

@@ -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"