diff options
| author | Tanuj <thetanuj@hotmail.com> | 2025-02-17 15:08:01 +0530 |
|---|---|---|
| committer | Tanuj <thetanuj@hotmail.com> | 2025-02-17 15:08:01 +0530 |
| commit | 078773e180c700eec3ebc64c91b31158dd6e7b54 (patch) | |
| tree | 5140c6b23e44a114f9858c4883903fa1b08dfd91 /app/src/main/res/values | |
| parent | 00ca2a7f195ed792108c6adb213b37e4ceb95405 (diff) | |
| download | SidePhOnelauncher-078773e180c700eec3ebc64c91b31158dd6e7b54.tar.gz SidePhOnelauncher-078773e180c700eec3ebc64c91b31158dd6e7b54.tar.bz2 SidePhOnelauncher-078773e180c700eec3ebc64c91b31158dd6e7b54.zip | |
Increased app drawer search bar max length to 200
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index e80e1c6..a9ca7b0 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -51,7 +51,7 @@ </style> <style name="AppSearchText" parent="Widget.AppCompat.SearchView"> - <item name="android:maxLength">50</item> + <item name="android:maxLength">200</item> <item name="android:textSize">@dimen/text_large</item> <item name="android:textColor">?attr/primaryColor</item> <item name="android:editTextColor">?attr/primaryColor</item> |
