parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 323 forks source link

How can I remove NAME field in signup UI? #103

Closed skywalkerlw closed 8 years ago

skywalkerlw commented 8 years ago

it's a similar question with https://github.com/ParsePlatform/ParseUI-Android/issues/43. In that task it seems already done.

However, I tried this function by introducing compile 'com.parse:parseui-login-android:0.0.1' compile 'com.parse:parseui-widget-android:0.0.1'

The name field is still there. Is it because you haven't update these two?

wangmengyan95 commented 8 years ago

Hi @wangbourne, we have not updated the repo on maven yet. Since we are working on RecycleViewAdapter, we want to include that in the new release. If you are in a hurry, you can always clone our repo and use the latest source code directly. Always remember, the master branch is not guaranteed to be stable. Make sure you do not include it in your production.