aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/oauth_webview.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-09-02 04:13:32 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-09-02 04:14:45 +0200
commit2cda48642722069c7e26d0a25d196e8a41128290 (patch)
tree29bf478f9bf25bb2a7c2026ec2a3b8c8d0acfe79 /OpenKeychain/src/main/res/layout/oauth_webview.xml
parent87f7fe65a8ddf9f9f2f9881c0f2ef8f5d0e8c9f1 (diff)
downloadopen-keychain-2cda48642722069c7e26d0a25d196e8a41128290.tar.gz
open-keychain-2cda48642722069c7e26d0a25d196e8a41128290.tar.bz2
open-keychain-2cda48642722069c7e26d0a25d196e8a41128290.zip
linked: use webview instead of app, and some minor layoutings
Diffstat (limited to 'OpenKeychain/src/main/res/layout/oauth_webview.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/oauth_webview.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/oauth_webview.xml b/OpenKeychain/src/main/res/layout/oauth_webview.xml
new file mode 100644
index 000000000..f00fdfd17
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/oauth_webview.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <WebView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/web_view"/>
+
+</LinearLayout> \ No newline at end of file