added consumer key/secret validity check
This commit is contained in:
parent
0b4d4f623a
commit
59664341c8
|
@ -43,6 +43,7 @@
|
|||
android:hint="@string/consumer_key"
|
||||
android:inputType="text|textVisiblePassword"
|
||||
android:singleLine="true"
|
||||
app:met_autoValidate="true"
|
||||
app:met_baseColor="?android:textColorPrimary"
|
||||
app:met_floatingLabel="normal"
|
||||
app:met_floatingLabelText="@string/consumer_key" />
|
||||
|
@ -55,6 +56,7 @@
|
|||
android:hint="@string/consumer_secret"
|
||||
android:inputType="text|textVisiblePassword"
|
||||
android:singleLine="true"
|
||||
app:met_autoValidate="true"
|
||||
app:met_baseColor="?android:textColorPrimary"
|
||||
app:met_floatingLabel="normal"
|
||||
app:met_floatingLabelText="@string/consumer_secret" />
|
||||
|
|
Loading…
Reference in New Issue