aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/page_configure.xml
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2017-07-11 14:49:08 +0200
committerPacien TRAN-GIRARD2017-07-11 14:49:08 +0200
commita2bfd75dee9b4952771a66c555ba1d920a072ae9 (patch)
tree3fcf598fe4e8fe858b296089f651a198b4e5f47c /app/src/main/res/layout/page_configure.xml
parent336a8f9cc02b2f78796fd10ea6244e5d0bc725c7 (diff)
downloadtincapp-a2bfd75dee9b4952771a66c555ba1d920a072ae9.tar.gz
Implement create and join network dialogs + refactoring
Diffstat (limited to 'app/src/main/res/layout/page_configure.xml')
-rw-r--r--app/src/main/res/layout/page_configure.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/page_configure.xml b/app/src/main/res/layout/page_configure.xml
index 35a7416..ab1033e 100644
--- a/app/src/main/res/layout/page_configure.xml
+++ b/app/src/main/res/layout/page_configure.xml
@@ -63,7 +63,7 @@
63 63
64 <LinearLayout 64 <LinearLayout
65 style="@style/AppTheme.ListBlock.Clickable" 65 style="@style/AppTheme.ListBlock.Clickable"
66 android:onClick="generateConf"> 66 android:onClick="openGenerateConfDialog">
67 67
68 <TextView 68 <TextView
69 style="@style/AppTheme.BlockTitle" 69 style="@style/AppTheme.BlockTitle"
@@ -73,7 +73,7 @@
73 73
74 <LinearLayout 74 <LinearLayout
75 style="@style/AppTheme.ListBlock.Clickable" 75 style="@style/AppTheme.ListBlock.Clickable"
76 android:onClick="joinNetwork"> 76 android:onClick="openJoinNetworkDialog">
77 77
78 <TextView 78 <TextView
79 style="@style/AppTheme.BlockTitle" 79 style="@style/AppTheme.BlockTitle"