X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/3eb602f81a7a0becf84f24a4a2b246536dd84ab9..b9eaffd:/res/layout/account_setup.xml?ds=inline diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 22583045..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" > - - - - - - - - + + + + + + + + - + android:visibility="gone" + android:background="@android:color/transparent" + /> + - + /> @@ -105,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" />