Jovet Alabastro

Results 3 issues of Jovet Alabastro

how to set size the square layer and is not re-sizable.

please see attached file below ![image](https://cloud.githubusercontent.com/assets/8487754/25791777/30b36680-33f5-11e7-9e86-95dc16c19576.png)

**xml code** ---------------------------------------------------------------------------------------------------------------------------------------- **java code** public class AuthPINFragment extends MainFragment{ private final String TAG = AuthPINFragment.class.getSimpleName(); @BindView(R.id.pinView)PinView pinView; @Override protected int getLayoutResource() { return R.layout.auth_pin_fragment; } @Override protected void initWidget(View...