diff options
author | Zeapo <mohamed@zenadi.com> | 2014-08-02 18:56:36 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-08-02 18:56:36 +0100 |
commit | e2ce35c85e2c54b4c801ef24edfc468a546c335c (patch) | |
tree | a3a28b2c84c69348ca8e17d5b34f1e603364b481 /app/src/main/java | |
parent | 280e662fc3f6df01088a1a615540289fc61db9cb (diff) |
improved the add button and other visual stuffs
Diffstat (limited to 'app/src/main/java')
-rw-r--r-- | app/src/main/java/com/zeapo/pwdstore/crypto/PgpHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/com/zeapo/pwdstore/crypto/PgpHandler.java b/app/src/main/java/com/zeapo/pwdstore/crypto/PgpHandler.java index c7504e69..198a2d9d 100644 --- a/app/src/main/java/com/zeapo/pwdstore/crypto/PgpHandler.java +++ b/app/src/main/java/com/zeapo/pwdstore/crypto/PgpHandler.java @@ -140,7 +140,7 @@ public class PgpHandler extends Activity { TextView extraText = (TextView) findViewById(R.id.crypto_extra_show); if (extraText.getText().length() != 0) - ((LinearLayout) findViewById(R.id.crypto_extra_show_layout)).setVisibility(View.VISIBLE); + ((LinearLayout) findViewById(R.id.crypto_extra_show_layout )).setVisibility(View.VISIBLE); this.pb = (ProgressBar) findViewById(R.id.pbLoading); this.pb.setVisibility(ProgressBar.VISIBLE); |