improve secondary button m3 theming

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-09-26 17:57:18 +02:00 committed by Álvaro Brey
parent 7495eeca71
commit da6b136bcb
No known key found for this signature in database
GPG key ID: 2585783189A62105

View file

@ -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);