OC-1868: Create library project. Add classes to Create FolderOperation
[pub/Android/ownCloud.git] / res / layout / account_setup.xml
index e059a64..810e083 100644 (file)
     android:layout_height="match_parent"\r
     android:layout_gravity="center"\r
     android:fillViewport="true"\r
-    android:orientation="vertical" >\r
+    android:orientation="vertical" \r
+    android:id="@+id/scroll"\r
+    >\r
 \r
     <LinearLayout\r
         android:layout_width="match_parent"\r
         android:layout_height="wrap_content"\r
-        android:focusable="true"\r
+        android:background="@color/login_background_color"\r
         android:gravity="center"\r
         android:orientation="vertical"\r
         android:padding="8dp" >\r
@@ -38,6 +40,7 @@
             android:layout_height="wrap_content"\r
             android:layout_marginBottom="10dp"\r
             android:layout_marginTop="10dp"\r
+            android:background="@color/login_logo_background_color"\r
             android:src="@drawable/logo" />\r
 \r
         <Button\r
             android:id="@+id/buttonOK"\r
             android:layout_width="match_parent"\r
             android:layout_height="wrap_content"\r
+            android:background="@android:drawable/btn_default"\r
             android:layout_gravity="center_horizontal"\r
             android:enabled="false"\r
             android:onClick="onOkClick"\r