X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/d7c7ccd99b6761b95f48e98b3ce8b6c9a91824b1..b9eaffd:/res/layout/account_setup.xml?ds=inline
diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml
index 35449cd7..e3321f94 100644
--- a/res/layout/account_setup.xml
+++ b/res/layout/account_setup.xml
@@ -17,24 +17,22 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
-->
-
+ android:orientation="vertical"
+ android:padding="8dp" >
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ />
@@ -104,9 +132,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
- android:inputType="textUri"
- android:singleLine="true"
+ android:enabled="false"
android:text="@string/oauth2_url_endpoint_access"
+ android:singleLine="true"
+ android:inputType="textUri"
android:visibility="gone" />
-
-
-
-
-
-
-
-
+ android:inputType="textNoSuggestions"
+ />
+
+
+
+ android:text="@string/setup_btn_connect" />
+ android:textColor="#0000FF"/>
+
\ No newline at end of file