aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/dialog_node_details.xml
diff options
context:
space:
mode:
authorpacien2017-08-24 15:54:31 +0200
committerpacien2017-08-24 16:32:10 +0200
commitcf24442cd7b18ffd7dfe3998ea40d8e5e1d3f16e (patch)
treef215f87f6b9288ce77bab937570e75cb15e29f2e /app/src/main/res/layout/dialog_node_details.xml
parent5bd162da8412d637869b62fe0631106015a11bec (diff)
downloadtincapp-cf24442cd7b18ffd7dfe3998ea40d8e5e1d3f16e.tar.gz
Add invitation URL QR code scanning ; Refactor configuration dialogs
Diffstat (limited to 'app/src/main/res/layout/dialog_node_details.xml')
-rw-r--r--app/src/main/res/layout/dialog_node_details.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/layout/dialog_node_details.xml b/app/src/main/res/layout/dialog_node_details.xml
new file mode 100644
index 0000000..dc2aae9
--- /dev/null
+++ b/app/src/main/res/layout/dialog_node_details.xml
@@ -0,0 +1,15 @@
1<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="match_parent"
3 android:layout_height="wrap_content"
4 android:paddingBottom="@dimen/dialog_vertical_margin"
5 android:paddingLeft="@dimen/dialog_horizontal_margin"
6 android:paddingRight="@dimen/dialog_horizontal_margin"
7 android:paddingTop="@dimen/dialog_vertical_margin">
8
9 <TextView
10 android:id="@+id/dialog_node_details"
11 android:layout_width="match_parent"
12 android:layout_height="wrap_content"
13 android:fontFamily="monospace"/>
14
15</ScrollView>