瀏覽代碼

remove possible overdraws

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 5 年之前
父節點
當前提交
3de5e8fa52

+ 2 - 3
src/main/res/layout/account_setup.xml

@@ -25,8 +25,7 @@
     android:layout_height="match_parent"
     android:layout_gravity="center"
     android:fillViewport="true"
-    android:orientation="vertical"
-    android:background="@color/primary">
+    android:orientation="vertical">
 
     <LinearLayout
         android:layout_width="match_parent"
@@ -109,7 +108,7 @@
                         android:paddingRight="@dimen/alternate_padding_right"
                         android:textColor="@color/login_text_color"
                         android:textColorHint="@color/login_text_color"
-                        android:theme="@style/Nextcloud.EditText.Login">>
+                        android:theme="@style/Nextcloud.EditText.Login">
 
                         <requestFocus />
 

+ 2 - 3
src/main/res/layout/accounts_layout.xml

@@ -20,12 +20,11 @@
   License along with this program. If not, see <http://www.gnu.org/licenses/>.
  -->
 <LinearLayout
-	android:id="@+id/upload_files_layout"
+	android:id="@+id/account_list_layout"
 	xmlns:android="http://schemas.android.com/apk/res/android"
 	android:layout_width="fill_parent"
 	android:layout_height="fill_parent"
-	android:orientation="vertical"
-    android:background="@color/bg_default">
+	android:orientation="vertical">
 
 	<include
 		layout="@layout/toolbar_standard"/>

+ 1 - 2
src/main/res/layout/contacts_backup_fragment.xml

@@ -22,8 +22,7 @@
     xmlns:app="http://schemas.android.com/apk/res-auto"
     android:id="@+id/contacts_linear_layout"
     android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="@color/bg_default">
+    android:layout_height="match_parent">
 
     <LinearLayout
         android:layout_width="match_parent"