aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/dialog_node_details.xml
diff options
context:
space:
mode:
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>