changed default colors for PasswordStrengthView

This commit is contained in:
Adithya Abraham Philip
2015-03-06 22:11:33 +05:30
parent fee891fc06
commit f12f6b540d
2 changed files with 6 additions and 8 deletions

View File

@@ -66,11 +66,7 @@
android:inputType="textPassword"
android:hint="@string/label_passphrase"
android:ems="10"
android:layout_gravity="center_horizontal"
custom:showGuides="false"
custom:color_fail="@color/android_red_light"
custom:color_weak="@color/android_orange_light"
custom:color_strong="@color/android_green_light" />
android:layout_gravity="center_horizontal" />
<EditText
android:id="@+id/create_key_passphrase_again"