diff options
Diffstat (limited to 'OpenPGP-Keychain-API/example-app/src/main/res/layout')
-rw-r--r-- | OpenPGP-Keychain-API/example-app/src/main/res/layout/openpgp_provider.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenPGP-Keychain-API/example-app/src/main/res/layout/openpgp_provider.xml b/OpenPGP-Keychain-API/example-app/src/main/res/layout/openpgp_provider.xml index 80fd16780..6c2ce1a7c 100644 --- a/OpenPGP-Keychain-API/example-app/src/main/res/layout/openpgp_provider.xml +++ b/OpenPGP-Keychain-API/example-app/src/main/res/layout/openpgp_provider.xml @@ -6,6 +6,7 @@ android:layout_height="match_parent"> <LinearLayout + android:padding="8dp" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> |