diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/page_configure.xml | 4 |
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" |