Skip to content

Commit 78e143f

Browse files
style(drawer): Make quota bar the same background color as the remaining drawer
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent d2ca261 commit 78e143f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/owncloud/android/ui/activity/DrawerActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ private void setupQuotaElement() {
331331
mQuotaTextPercentage = (TextView) findQuotaViewById(R.id.drawer_quota_percentage);
332332
mQuotaTextLink = (TextView) findQuotaViewById(R.id.drawer_quota_link);
333333
viewThemeUtils.material.colorProgressBar(mQuotaProgressBar);
334+
viewThemeUtils.platform.colorViewBackground(mQuotaView);
334335
}
335336

336337
public void updateHeader() {

0 commit comments

Comments
 (0)