Fixed bugs after merge
authorDavid A. Velasco <dvelasco@solidgear.es>
Fri, 3 May 2013 08:34:25 +0000 (10:34 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Fri, 3 May 2013 08:34:25 +0000 (10:34 +0200)
res/layout/account_setup.xml

index eee08c1..d541c09 100644 (file)
   You should have received a copy of the GNU General Public License\r
   along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
 -->\r
   You should have received a copy of the GNU General Public License\r
   along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
 -->\r
+\r
+\r
 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"\r
 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"\r
-    android:layout_width="fill_parent"\r
-    android:layout_height="fill_parent"\r
-    android:focusable="true"\r
-    android:gravity="center|fill"\r
+    android:layout_width="match_parent"\r
+    android:layout_height="match_parent"\r
     android:orientation="vertical" >\r
 \r
     android:orientation="vertical" >\r
 \r
-       <FrameLayout\r
-               android:layout_width="match_parent"\r
-               android:layout_height="0dip"\r
-               android:layout_gravity="center"\r
-               android:layout_marginBottom="50dip"\r
-               android:layout_marginLeft="16dip"\r
-               android:layout_marginRight="16dip"\r
-               android:layout_weight="1" >\r
-       \r
-               <LinearLayout\r
-                       android:id="@+id/LinearLayout1"\r
+       <LinearLayout\r
+           android:layout_width="match_parent"\r
+           android:layout_height="wrap_content"\r
+           android:layout_gravity="center"\r
+           android:focusable="true"\r
+           android:gravity="center"\r
+           android:orientation="vertical" >\r
+\r
+       <FrameLayout\r
                        android:layout_width="match_parent"\r
                        android:layout_width="match_parent"\r
-                       android:layout_height="wrap_content"\r
+                       android:layout_height="0dip"\r
                        android:layout_gravity="center"\r
                        android:layout_gravity="center"\r
-                       android:orientation="vertical" >\r
-       \r
-                       <ImageView\r
-                               android:id="@+id/imageView1"\r
+                       android:layout_marginBottom="50dip"\r
+                       android:layout_marginLeft="16dip"\r
+                       android:layout_marginRight="16dip"\r
+                       android:layout_weight="1" >\r
+               \r
+                       <LinearLayout\r
+                               android:id="@+id/LinearLayout1"\r
                                android:layout_width="match_parent"\r
                                android:layout_height="wrap_content"\r
                                android:layout_width="match_parent"\r
                                android:layout_height="wrap_content"\r
-                               android:layout_marginBottom="10dp"\r
-                               android:layout_weight="1"\r
-                               android:src="@drawable/owncloud_logo" />\r
-       \r
-            <FrameLayout\r
-                android:layout_width="match_parent"\r
-                android:layout_height="wrap_content"\r
-                android:layout_weight="1" >\r
-\r
-                <EditText\r
-                    android:id="@+id/hostUrlInput"\r
-                    android:layout_width="match_parent"\r
-                    android:layout_height="wrap_content"\r
-                    android:ems="10"\r
-                    android:hint="@string/auth_host_url"\r
-                    android:inputType="textNoSuggestions" >\r
-                    <requestFocus />\r
-                </EditText>\r
-\r
-                <ImageView\r
-                    android:id="@+id/refreshButton"\r
-                    android:layout_width="wrap_content"\r
-                    android:layout_height="wrap_content"\r
-                    android:src="@drawable/ic_action_refresh_black"\r
-                    android:layout_gravity="right|center_vertical"\r
-                    android:visibility="invisible" />\r
-\r
-            </FrameLayout>\r
-\r
-            <LinearLayout\r
-                android:layout_width="match_parent"\r
-                android:layout_height="50dp"\r
-                android:layout_weight="1" >\r
-\r
-                <ImageView\r
-                    android:id="@+id/action_indicator"\r
-                    android:layout_width="wrap_content"\r
-                    android:layout_height="wrap_content"\r
-                    android:layout_marginLeft="5dp"\r
-                    android:layout_marginRight="5dp"\r
-                    android:src="@android:drawable/stat_notify_sync"\r
-                    android:visibility="invisible" />\r
-\r
-                <TextView\r
-                    android:id="@+id/status_text"\r
-                    android:layout_width="wrap_content"\r
-                    android:layout_height="wrap_content"\r
-                    android:text="TextView"\r
-                    android:visibility="invisible" />\r
-\r
-            </LinearLayout>\r
-\r
-            <CheckBox\r
-                android:id="@+id/oauth_onOff_check"\r
-                android:layout_width="wrap_content"\r
-                android:layout_height="wrap_content"\r
-                android:checked="false"\r
-                android:onClick="onCheckClick"\r
-                android:text="@string/oauth_check_onoff"\r
-                android:textAppearance="?android:attr/textAppearanceSmall" />\r
-\r
-                       <TextView\r
-                android:id="@+id/textView2"\r
-                android:layout_width="wrap_content"\r
-                android:layout_height="0dp"\r
-                android:layout_weight="1"\r
-                android:text="@string/auth_login_details"\r
-                android:textAppearance="?android:attr/textAppearanceSmall" />\r
-\r
-            <EditText\r
-                android:id="@+id/oAuthEntryPoint_1"\r
-                android:layout_width="match_parent"\r
-                android:layout_height="wrap_content"\r
-                android:layout_weight="1"\r
-                android:ems="10"\r
-                android:text="@string/oauth2_url_endpoint_auth"\r
-                android:singleLine="true"\r
-                android:visibility="gone" >\r
-\r
-                <requestFocus />\r
-            </EditText>            \r
-\r
-            <EditText\r
-                android:id="@+id/oAuthEntryPoint_2"\r
-                android:layout_width="match_parent"\r
-                android:layout_height="wrap_content"\r
-                android:layout_weight="1"\r
-                android:ems="10"\r
-                   android:text="@string/oauth2_url_endpoint_access"\r
-                android:singleLine="true"\r
-                android:visibility="gone" >\r
-\r
-                <requestFocus />\r
-            </EditText>            \r
-\r
-                       <EditText\r
-                android:id="@+id/account_username"\r
-                android:layout_width="match_parent"\r
-                android:layout_height="0dp"\r
-                android:layout_weight="1"\r
-                android:ems="10"\r
-                android:hint="@string/auth_username"\r
-                android:inputType="textNoSuggestions" />\r
-\r
-            <FrameLayout\r
-                android:layout_width="match_parent"\r
-                android:layout_height="wrap_content"\r
-                android:layout_weight="1" >\r
-\r
-                <EditText\r
-                    android:id="@+id/account_password"\r
-                    android:layout_width="match_parent"\r
-                    android:layout_height="wrap_content"\r
-                    android:ems="10"\r
-                    android:hint="@string/auth_password"\r
-                    android:inputType="textPassword"/>\r
-\r
-                <ImageView\r
-                    android:id="@+id/viewPassword"\r
-                    android:layout_width="wrap_content"\r
-                    android:layout_height="wrap_content"\r
-                    android:layout_gravity="right|center_vertical"\r
-                    android:src="@android:drawable/ic_menu_view"\r
-                                       android:onClick="onViewPasswordClick"\r
-                    android:visibility="invisible" />\r
-\r
-            </FrameLayout>\r
-       \r
-            <TextView\r
-                android:id="@+id/auth_status_text"\r
-                android:layout_width="match_parent"\r
-                android:layout_height="wrap_content"\r
-                android:layout_weight="1" \r
-                android:text="@string/text_placeholder"\r
-                android:layout_marginLeft="5dp"\r
-                android:layout_marginRight="5dp"\r
-                               android:drawableLeft="@android:drawable/stat_notify_sync"\r
-                       android:drawablePadding="5dip"\r
-                       android:visibility="invisible"                \r
-                />\r
-                    \r
-           </LinearLayout>\r
-\r
-    </FrameLayout>\r
-\r
-    <RelativeLayout\r
-        android:layout_width="match_parent"\r
-        android:layout_height="wrap_content">\r
-\r
-        <LinearLayout\r
-            android:id="@+id/buttons_layout"\r
-            android:layout_width="match_parent"\r
-            android:layout_height="wrap_content"\r
-            android:weightSum="1">\r
-\r
-            <Button\r
-                android:id="@+id/buttonOK"\r
-                android:layout_width="match_parent"\r
-                android:layout_height="wrap_content"\r
-                   android:layout_gravity="center_horizontal"\r
-                       android:layout_marginLeft="16dip"\r
-                   android:layout_marginRight="16dip"\r
-                android:enabled="false"\r
-                android:onClick="onOkClick"\r
-                android:text="@string/setup_btn_connect"\r
-                android:textColor="@android:color/black" />\r
-\r
-        </LinearLayout>\r
-        \r
-               <Button\r
-                       android:id="@+id/account_register"\r
-                       android:layout_width="wrap_content"\r
-                       android:layout_height="wrap_content"\r
-                       android:layout_below="@id/buttons_layout"\r
-                       android:layout_centerHorizontal="true"\r
-                       android:onClick="onRegisterClick"\r
-                       android:paddingTop="10dp"\r
-                       android:paddingBottom="10dp"\r
-                       android:textColor="#0000FF"\r
-                       android:background="@android:color/transparent" />\r
+                               android:layout_gravity="center"\r
+                               android:orientation="vertical" >\r
+               \r
+                               <ImageView\r
+                                       android:id="@+id/imageView1"\r
+                                       android:layout_width="match_parent"\r
+                                       android:layout_height="wrap_content"\r
+                                       android:layout_marginBottom="10dp"\r
+                                       android:layout_weight="1"\r
+                                       android:src="@drawable/owncloud_logo" />\r
                \r
                \r
-               <Button\r
-                       android:id="@+id/account_register"\r
-                       android:layout_width="wrap_content"\r
-                       android:layout_height="wrap_content"\r
-                       android:layout_below="@id/buttons_layout"\r
-                       android:layout_centerHorizontal="true"\r
-                       android:onClick="onRegisterClick"\r
-                       android:paddingTop="10dp"\r
-                       android:paddingBottom="10dp"\r
-                       android:textColor="#0000FF"\r
-                       android:background="@android:color/transparent" />\r
-                       <!-- android:text="@string/app_name @string/auth_register" /-->\r
-        \r
-    </RelativeLayout>\r
+                   <FrameLayout\r
+                       android:layout_width="match_parent"\r
+                       android:layout_height="wrap_content"\r
+                       android:layout_weight="1" >\r
+       \r
+                       <EditText\r
+                           android:id="@+id/hostUrlInput"\r
+                           android:layout_width="match_parent"\r
+                           android:layout_height="wrap_content"\r
+                           android:ems="10"\r
+                           android:hint="@string/auth_host_url"\r
+                           android:inputType="textNoSuggestions" >\r
+                           <requestFocus />\r
+                       </EditText>\r
+       \r
+                       <ImageView\r
+                           android:id="@+id/refreshButton"\r
+                           android:layout_width="wrap_content"\r
+                           android:layout_height="wrap_content"\r
+                           android:src="@drawable/ic_action_refresh_black"\r
+                           android:layout_gravity="right|center_vertical"\r
+                           android:visibility="invisible" />\r
+       \r
+                   </FrameLayout>\r
+       \r
+                   <LinearLayout\r
+                       android:layout_width="match_parent"\r
+                       android:layout_height="50dp"\r
+                       android:layout_weight="1" >\r
+       \r
+                       <ImageView\r
+                           android:id="@+id/action_indicator"\r
+                           android:layout_width="wrap_content"\r
+                           android:layout_height="wrap_content"\r
+                           android:layout_marginLeft="5dp"\r
+                           android:layout_marginRight="5dp"\r
+                           android:src="@android:drawable/stat_notify_sync"\r
+                           android:visibility="invisible" />\r
+       \r
+                       <TextView\r
+                           android:id="@+id/status_text"\r
+                           android:layout_width="wrap_content"\r
+                           android:layout_height="wrap_content"\r
+                           android:text="TextView"\r
+                           android:visibility="invisible" />\r
+       \r
+                   </LinearLayout>\r
+       \r
+                   <CheckBox\r
+                       android:id="@+id/oauth_onOff_check"\r
+                       android:layout_width="wrap_content"\r
+                       android:layout_height="wrap_content"\r
+                       android:checked="false"\r
+                       android:onClick="onCheckClick"\r
+                       android:text="@string/oauth_check_onoff"\r
+                       android:textAppearance="?android:attr/textAppearanceSmall" />\r
+       \r
+                               <TextView\r
+                       android:id="@+id/textView2"\r
+                       android:layout_width="wrap_content"\r
+                       android:layout_height="0dp"\r
+                       android:layout_weight="1"\r
+                       android:text="@string/auth_login_details"\r
+                       android:textAppearance="?android:attr/textAppearanceSmall" />\r
+       \r
+                   <EditText\r
+                       android:id="@+id/oAuthEntryPoint_1"\r
+                       android:layout_width="match_parent"\r
+                       android:layout_height="wrap_content"\r
+                       android:layout_weight="1"\r
+                       android:ems="10"\r
+                       android:text="@string/oauth2_url_endpoint_auth"\r
+                       android:singleLine="true"\r
+                       android:visibility="gone" >\r
+       \r
+                       <requestFocus />\r
+                   </EditText>            \r
+       \r
+                   <EditText\r
+                       android:id="@+id/oAuthEntryPoint_2"\r
+                       android:layout_width="match_parent"\r
+                       android:layout_height="wrap_content"\r
+                       android:layout_weight="1"\r
+                       android:ems="10"\r
+                           android:text="@string/oauth2_url_endpoint_access"\r
+                       android:singleLine="true"\r
+                       android:visibility="gone" >\r
        \r
        \r
+                       <requestFocus />\r
+                   </EditText>            \r
+       \r
+                               <EditText\r
+                       android:id="@+id/account_username"\r
+                       android:layout_width="match_parent"\r
+                       android:layout_height="0dp"\r
+                       android:layout_weight="1"\r
+                       android:ems="10"\r
+                       android:hint="@string/auth_username"\r
+                       android:inputType="textNoSuggestions" />\r
+       \r
+                   <FrameLayout\r
+                       android:layout_width="match_parent"\r
+                       android:layout_height="wrap_content"\r
+                       android:layout_weight="1" >\r
+       \r
+                       <EditText\r
+                           android:id="@+id/account_password"\r
+                           android:layout_width="match_parent"\r
+                           android:layout_height="wrap_content"\r
+                           android:ems="10"\r
+                           android:hint="@string/auth_password"\r
+                           android:inputType="textPassword"/>\r
+       \r
+                       <ImageView\r
+                           android:id="@+id/viewPasswordButton"\r
+                           android:layout_width="wrap_content"\r
+                           android:layout_height="wrap_content"\r
+                           android:layout_gravity="right|center_vertical"\r
+                           android:src="@android:drawable/ic_menu_view"\r
+                                               android:onClick="onViewPasswordClick"\r
+                           android:visibility="invisible" />\r
+       \r
+                   </FrameLayout>\r
+               \r
+                   <TextView\r
+                       android:id="@+id/auth_status_text"\r
+                       android:layout_width="match_parent"\r
+                       android:layout_height="wrap_content"\r
+                       android:layout_weight="1" \r
+                       android:text="@string/text_placeholder"\r
+                       android:layout_marginLeft="5dp"\r
+                       android:layout_marginRight="5dp"\r
+                                       android:drawableLeft="@android:drawable/stat_notify_sync"\r
+                               android:drawablePadding="5dip"\r
+                               android:visibility="invisible"                \r
+                       />\r
+                           \r
+                  </LinearLayout>\r
+       \r
+           </FrameLayout>\r
+       \r
+           <RelativeLayout\r
+               android:layout_width="match_parent"\r
+               android:layout_height="wrap_content">\r
+       \r
+               <LinearLayout\r
+                   android:id="@+id/buttons_layout"\r
+                   android:layout_width="match_parent"\r
+                   android:layout_height="wrap_content"\r
+                   android:weightSum="1">\r
+       \r
+                   <Button\r
+                       android:id="@+id/buttonOK"\r
+                       android:layout_width="match_parent"\r
+                       android:layout_height="wrap_content"\r
+                           android:layout_gravity="center_horizontal"\r
+                               android:layout_marginLeft="16dip"\r
+                           android:layout_marginRight="16dip"\r
+                       android:enabled="false"\r
+                       android:onClick="onOkClick"\r
+                       android:text="@string/setup_btn_connect"\r
+                       android:textColor="@android:color/black" />\r
+       \r
+               </LinearLayout>\r
+               \r
+                       <Button\r
+                               android:id="@+id/account_register"\r
+                               android:layout_width="wrap_content"\r
+                               android:layout_height="wrap_content"\r
+                               android:layout_below="@id/buttons_layout"\r
+                               android:layout_centerHorizontal="true"\r
+                               android:onClick="onRegisterClick"\r
+                               android:paddingTop="10dp"\r
+                               android:paddingBottom="10dp"\r
+                               android:textColor="#0000FF"\r
+                               android:background="@android:color/transparent" />\r
+                       \r
+                       <Button\r
+                               android:id="@+id/account_register"\r
+                               android:layout_width="wrap_content"\r
+                               android:layout_height="wrap_content"\r
+                               android:layout_below="@id/buttons_layout"\r
+                               android:layout_centerHorizontal="true"\r
+                               android:onClick="onRegisterClick"\r
+                               android:paddingTop="10dp"\r
+                               android:paddingBottom="10dp"\r
+                               android:textColor="#0000FF"\r
+                               android:background="@android:color/transparent" />\r
+                               <!-- android:text="@string/app_name @string/auth_register" /-->\r
+               \r
+           </RelativeLayout>\r
+\r
+       </LinearLayout>\r
+                       \r
 </ScrollView>\r
 </ScrollView>\r