diff options
author | knuthy <knuthy@gmail.com> | 2014-09-29 22:04:47 +0200 |
---|---|---|
committer | knuthy <knuthy@gmail.com> | 2014-09-29 22:04:47 +0200 |
commit | 2fd688bd27431bb60248701f43dbab0fcec4f0c2 (patch) | |
tree | 08b26555b1190b8218805824671c483ebcdd2380 /app/src/main/res | |
parent | 2c929441a791889b9fdd2342702118563442ef7d (diff) |
show toast on copy and dismiss dialog if error on openkeychain
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/decrypt_layout.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/decrypt_layout.xml b/app/src/main/res/layout/decrypt_layout.xml index 300e1d49..6169dd19 100644 --- a/app/src/main/res/layout/decrypt_layout.xml +++ b/app/src/main/res/layout/decrypt_layout.xml @@ -77,7 +77,7 @@ <ProgressBar android:id="@+id/pbLoading" android:layout_width="match_parent" - android:layout_height="2dp" + android:layout_height="8dp" android:layout_marginTop="8dp" android:layout_marginBottom="8dp" style="?android:attr/progressBarStyleHorizontal" |