mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
improve secondary button m3 theming
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
7495eeca71
commit
da6b136bcb
1 changed files with 2 additions and 3 deletions
|
@ -785,9 +785,8 @@ public class ReceiveExternalFilesActivity extends FileActivity
|
|||
|
||||
viewThemeUtils.platform.themeStatusBar(this);
|
||||
|
||||
Button btnNewFolder = binding.uploaderCancel;
|
||||
btnNewFolder.setTextColor(themeColorUtils.primaryColor(this, true));
|
||||
btnNewFolder.setOnClickListener(this);
|
||||
viewThemeUtils.material.colorMaterialButtonPrimaryOutlined(binding.uploaderCancel);
|
||||
binding.uploaderCancel.setOnClickListener(this);
|
||||
|
||||
binding.list.setOnItemClickListener(this);
|
||||
|
||||
|
|
Loading…
Reference in a new issue