diff options
| -rw-r--r-- | OpenPGP-Keychain/res/layout/key_server_editor.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/res/layout/key_server_editor.xml b/OpenPGP-Keychain/res/layout/key_server_editor.xml index e4c25b316..51ff8a663 100644 --- a/OpenPGP-Keychain/res/layout/key_server_editor.xml +++ b/OpenPGP-Keychain/res/layout/key_server_editor.xml @@ -14,7 +14,7 @@       limitations under the License.  --> -<org.thialfihar.android.apg.ui.widget.KeyServerEditor +<org.sufficientlysecure.keychain.ui.widget.KeyServerEditor      xmlns:android="http://schemas.android.com/apk/res/android"      android:layout_width="fill_parent"      android:layout_height="wrap_content" @@ -49,4 +49,4 @@          android:layout_height="1dip"          android:background="?android:attr/listDivider"/> -</org.thialfihar.android.apg.ui.widget.KeyServerEditor> +</org.sufficientlysecure.keychain.ui.widget.KeyServerEditor>  | 
