diff --git a/src/main/java/com/owncloud/android/ui/activity/UserInfoActivity.java b/src/main/java/com/owncloud/android/ui/activity/UserInfoActivity.java
index 2ea30df9ec..8302facb81 100644
--- a/src/main/java/com/owncloud/android/ui/activity/UserInfoActivity.java
+++ b/src/main/java/com/owncloud/android/ui/activity/UserInfoActivity.java
@@ -151,7 +151,7 @@ public class UserInfoActivity extends FileActivity implements Injectable {
if (actionBar != null) {
actionBar.setDisplayHomeAsUpEnabled(true);
actionBar.setDisplayShowHomeEnabled(true);
- actionBar.setTitle("");
+ ThemeUtils.tintBackButton(actionBar, this);
}
mUserInfoList.setAdapter(new UserInfoAdapter(null, ThemeUtils.primaryColor(getAccount(), true, this)));
@@ -223,7 +223,7 @@ public class UserInfoActivity extends FileActivity implements Injectable {
private void setHeaderImage() {
if (getStorageManager().getCapability(user.getAccountName()).getServerBackground() != null) {
- ImageView backgroundImageView = findViewById(R.id.drawer_header_background);
+ ImageView backgroundImageView = findViewById(R.id.user_info_background);
if (backgroundImageView != null) {
diff --git a/src/main/res/layout/toolbar_user_information.xml b/src/main/res/layout/toolbar_user_information.xml
deleted file mode 100644
index 41d9bc5589..0000000000
--- a/src/main/res/layout/toolbar_user_information.xml
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/main/res/layout/user_info_details_table_item.xml b/src/main/res/layout/user_info_details_table_item.xml
index 8170b1cfb2..3240d1e43f 100644
--- a/src/main/res/layout/user_info_details_table_item.xml
+++ b/src/main/res/layout/user_info_details_table_item.xml
@@ -27,9 +27,9 @@
android:id="@+id/icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/standard_margin"
- android:layout_marginEnd="@dimen/standard_half_margin"
- android:layout_marginStart="@dimen/standard_icon_list_horizontal_margin"
+ android:layout_marginBottom="@dimen/standard_half_margin"
+ android:layout_marginEnd="@dimen/standard_icon_list_horizontal_margin"
+ android:layout_marginStart="@dimen/standard_margin"
android:layout_marginTop="@dimen/standard_margin"
android:contentDescription="@string/account_icon"
tools:src="@drawable/ic_phone" />
diff --git a/src/main/res/layout/user_info_layout.xml b/src/main/res/layout/user_info_layout.xml
index f12780a035..e8a76283d1 100644
--- a/src/main/res/layout/user_info_layout.xml
+++ b/src/main/res/layout/user_info_layout.xml
@@ -1,5 +1,4 @@
-
-
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+