SmartPack / PackageManager

Source code of Package Manager, an Application to Manage your Apps.
https://smartpack.github.io/PackageManager/
GNU General Public License v3.0
448 stars 59 forks source link

Fixed issue where keyboard showed return key. #15

Closed ZenerDeveloper closed 3 years ago

ZenerDeveloper commented 3 years ago

Added a function to PackageTasksFragment.java to allow toggling the keyboard. It takes context, a view, and a mode. Context is just getContext(), and view is the view you want it to focus on I believe. It can be getView(), or in the case of mSearch, mSearchWord. Mode is also self explanatory, switch statement, 1 shows the keyboard, 0 hides it, and default hides it Also changed the search box to be left justified to match with other apps more.(Not necessary just preference)

I'm not very good at android development(I haven't really learned), but this issue kinda bugged me so I thought I would give it a go.