Skip to content

Commit

Permalink
Code refactored.
Browse files Browse the repository at this point in the history
  • Loading branch information
surinder-tsys committed May 16, 2023
1 parent a9e7d9c commit f0f8768
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
import com.nextcloud.android.lib.richWorkspace.RichWorkspaceDirectEditingRemoteOperation;
import com.nextcloud.client.account.User;
import com.nextcloud.client.account.UserAccountManager;
import com.nextcloud.client.core.Clock;
import com.nextcloud.client.device.DeviceInfo;
import com.nextcloud.client.di.Injectable;
import com.nextcloud.client.documentscan.AppScanOptionalFeature;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ import com.nextcloud.android.common.ui.theme.MaterialSchemes
import com.nextcloud.android.common.ui.theme.ViewThemeUtilsBase
import com.nextcloud.android.common.ui.theme.utils.AndroidViewThemeUtils
import com.nextcloud.android.common.ui.theme.utils.AndroidXViewThemeUtils
import com.nmc.android.utils.ToolbarThemeUtils
import com.nextcloud.utils.view.FastScrollPopupBackground
import com.nmc.android.utils.DrawableThemeUtils
import com.nmc.android.utils.ToolbarThemeUtils
import com.owncloud.android.R
import com.owncloud.android.lib.common.utils.Log_OC
import com.owncloud.android.lib.resources.shares.ShareType
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<color name="drawer_text_color">@color/secondary_text_color</color>
<color name="text_color_inverse">#ffffff</color>
<color name="disabled_text">#ff888888</color>
<color name="toolbar_divider_color">#CCCCCC</color>
<color name="list_divider_background">#eeeeee</color>
<color name="fg_inverse">#FFFFFF</color>
<color name="filelist_icon_background">#DDDDDD</color>
Expand Down Expand Up @@ -86,7 +87,6 @@
<color name="drawer_active_item_background">#80000000</color>

<!-- App bar -->
<color name="toolbar_divider_color">#CCCCCC</color>
<color name="appbar">@android:color/white</color>
<color name="fontAppbar">#666666</color>
<color name="fontSecondaryAppbar">#A5A5A5</color>
Expand Down

0 comments on commit f0f8768

Please sign in to comment.