X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/d252a09f53999a90036048d4db33c8b4f2f04c4f..50c079d646c4f4fb287c0fb51bb072a56d5fa0e2:/res/layout/account_setup.xml
diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml
index de77dd23..1f712ee8 100644
--- a/res/layout/account_setup.xml
+++ b/res/layout/account_setup.xml
@@ -3,7 +3,7 @@
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
- Copyright (C) 2012-2013 ownCloud Inc.
+ Copyright (C) 2015 ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
@@ -35,12 +35,14 @@
android:padding="8dp" >
+ android:background="@color/login_logo_background_color"
+ android:src="@drawable/logo"
+ android:contentDescription="@string/app_name"/>
+ android:visibility="gone"
+ android:contentDescription="@string/auth_check_server"/>
+ android:layout_marginBottom="10dp"
+ android:contentDescription="@string/auth_expired_basic_auth_toast"/>
@@ -91,6 +96,7 @@
android:onClick="onRefreshClick"
android:visibility="gone"
android:background="@android:color/transparent"
+ android:contentDescription="@string/auth_refresh_button"
/>
@@ -102,7 +108,8 @@
android:drawableLeft="@android:drawable/stat_notify_sync"
android:drawablePadding="5dp"
android:gravity="center_vertical"
- android:text="@string/auth_testing_connection" />
+ android:text="@string/auth_testing_connection"
+ android:contentDescription="@string/auth_testing_connection"/>
+ android:visibility="gone">
+ android:visibility="gone"/>
+ android:text="@string/auth_unauthorized"
+ android:contentDescription="@string/auth_unauthorized"/>
+ android:text="@string/setup_btn_connect"
+ android:contentDescription="@string/setup_btn_connect"/>
+ android:contentDescription="@string/auth_register"/>