Tweaked layout

This commit is contained in:
str4d
2014-03-13 04:12:24 +00:00
parent 2056bcc720
commit cd8d25f6fb
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
android:id="@+id/passwordError"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/error_color" />
android:textColor="@color/error_color"
android:visibility="gone" />
</LinearLayout>

View File

@@ -173,6 +173,7 @@ public class EmailListFragment extends ListFragment implements
dialog.dismiss();
requestPassword();
mPasswordError.setText(result);
mPasswordError.setVisibility(View.VISIBLE);
}
protected void onPostExecute(String result) {