summaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/src/main/res/layout/search_anime_page.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/search_anime_page.xml b/app/src/main/res/layout/search_anime_page.xml
index 631ebde..f91c1d9 100644
--- a/app/src/main/res/layout/search_anime_page.xml
+++ b/app/src/main/res/layout/search_anime_page.xml
@@ -18,6 +18,8 @@
app:layout_constraintBottom_toTopOf="@id/recycler_view"
app:layout_constraintEnd_toStartOf="@id/button_query"
app:layout_constraintStart_toStartOf="parent"
+ android:imeOptions="actionSearch"
+ android:inputType="text"
app:layout_constraintTop_toTopOf="parent" />
<Button
ghlight'> Also adding patch flag to git add to interactively choose what to commit. 2025-01-22Simplify scripts and improve clarityclyhtsuriva2-10/+6 - Removed redundant variables in `update-git-repo.sh`. - Simplified `update-scripts-repo.sh` by removing unnecessary `git diff` output. 2024-11-08Add file in /tmp with list of packages to buildclyhtsuriva1-1/+7 2024-10-20grepping differently the excluding optionclyhtsuriva1-7/+4 2024-10-17Mostly working on the build loop in auto-buildclyhtsuriva2-30/+45 Also adding a check for the test status in commit-push-pr.sh 2024-10-15Continuing auto-build scriptclyhtsuriva4-10/+39 Also adding the option to put a custom path for the build architectures file