aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/activity_edit_account.xml2
-rw-r--r--res/values/strings.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/activity_edit_account.xml b/res/layout/activity_edit_account.xml
index 826d895f..2c08b926 100644
--- a/res/layout/activity_edit_account.xml
+++ b/res/layout/activity_edit_account.xml
@@ -86,7 +86,7 @@
android:layout_marginTop="8dp"
android:orientation="vertical"
android:padding="16dp"
- android:visibility="visible" >
+ android:visibility="gone" >
<TextView
android:layout_width="fill_parent"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 876b9e9f..12c3f262 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -282,5 +282,6 @@
<string name="next">Next</string>
<string name="server_info_session_established">Current session established</string>
<string name="additional_information">Additional Information</string>
+ <string name="skip">Skip</string>
</resources> \ No newline at end of file