Skip to content

Commit

Permalink
Code refactored for code merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
surinder-tsys committed Apr 25, 2023
1 parent 1614e03 commit 597d00c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
import com.owncloud.android.services.OperationsService;
import com.owncloud.android.services.OperationsService.OperationsServiceBinder;
import com.owncloud.android.ui.NextcloudWebViewClient;
import com.owncloud.android.ui.activity.FileDisplayActivity;
import com.owncloud.android.ui.dialog.IndeterminateProgressDialog;
import com.owncloud.android.ui.dialog.SslUntrustedCertDialog;
import com.owncloud.android.ui.dialog.SslUntrustedCertDialog.OnSslUntrustedCertListener;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
<color name="dark">#ffffff</color>
<color name="bg_default">#121212</color>
<color name="primary_button_text_color">#000000</color>
<color name="divider_color">@color/grey_70</color>
<color name="grey_200">#818181</color>
<color name="nc_grey">#222222</color>
<color name="icon_on_nc_grey">#ffffff</color>
<color name="divider_color">@color/grey_70</color>

<!-- Multiselect backgrounds -->
<color name="action_mode_background">@color/appbar</color>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<!-- Colors -->
<color name="standard_grey">#757575</color>
<color name="actionbar_shadow">#222222</color>
<color name="grey_70">#4C4C4C</color>
<color name="grey_200">#EEEEEE</color>
<color name="grey_400">#BDBDBD</color>
<color name="grey_600">#666666</color>
Expand Down

0 comments on commit 597d00c

Please sign in to comment.