GithubHelp home page GithubHelp logo

gridpasswordview's People

Contributors

jungerr avatar whilu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gridpasswordview's Issues

输入问题

部分手机需要点击键盘两下才会开始输入

About :how to get the keyboard input value

thanks,i have get the password
very thanks you open project.
i'm a chinese developer
if haven't you project
my work will become diffcult.
after i will study you project very careful.
very thansks

setPassword bug

First with the method of setPassword input 123 and then enter the character, found that fourth of the character is the first character

无法看到光标

当控件获取焦点时,无法看到光标的位置,会让人无法确认当前是否处于编辑状态

自定义键盘

大大,请问怎么用自定义的键盘啊?在线等很急

how to open soft keyboard automatically?

I've tried

InputMethodManager inputManager = (InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
inputManager.showSoftInput(pswView, InputMethodManager.SHOW_IMPLICIT);

it didn't work.

thank you all the same.

Is mTextColor of GridPasswordView a ColorStateList or a Color?

mTextColor = ta.getColorStateList(R.styleable.gridPasswordView_gpvTextColor);
if (mTextColor == null)
    mTextColor = ColorStateList.valueOf(getResources().getColor(android.R.color.primary_text_light)); 

ISSUE FOUND:
android.R.color.primary_text_light is a ColorStateList xml resource. But the xml resource is called by Resources#getColor(int).

NOTICE THAT:
Resources#getColor(int) just return a color value (if the input xml resource is a ColorStateList xml resource, just return the default color of the ColorStateList xml resource.).

Are you sure to do that?

SUGGEST:

mTextColor = getResources().getColorStateList(android.R.color.primary_text_light);

显示错误

image

请看第一位的密码输入,机型适配出现问题。
机型:努比亚Z17S

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.