Skip to content

Commit

Permalink
About page: Do not apply custom colors on cancel card
Browse files Browse the repository at this point in the history
as it makes conflicts in some cases

Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Mar 24, 2023
1 parent 1d240aa commit 195a82a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
LinearLayoutCompat mReportIssue = findViewById(R.id.report_issue);

mAppName.setTextColor(sNotzColor.getAppAccentColor(this));
mCancelCard.setCardBackgroundColor(sNotzColor.getAppAccentColor(this));
mCancelCard.setStrokeColor(sNotzColor.getAppAccentColor(this));
mMadeBy.setTextColor(sNotzColor.getAppAccentColor(this));

mSourceCode.setOnClickListener(v -> sCommonUtils.launchUrl("https://github.com/sunilpaulmathew/sNotz/", this));
Expand Down

0 comments on commit 195a82a

Please sign in to comment.