mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
tint "report button"
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
b13a3ae680
commit
9bb708dd08
1 changed files with 1 additions and 2 deletions
|
@ -93,8 +93,7 @@ public class ParticipateActivity extends FileActivity {
|
|||
getString(R.string.contributing_link)))));
|
||||
|
||||
AppCompatButton reportButton = findViewById(R.id.participate_testing_report);
|
||||
reportButton.getBackground().setColorFilter(ThemeUtils.primaryColor(this, true), PorterDuff.Mode.SRC_ATOP);
|
||||
reportButton.setTextColor(ThemeUtils.fontColor(this));
|
||||
reportButton.getBackground().setColorFilter(ThemeUtils.primaryAccentColor(this), PorterDuff.Mode.SRC_ATOP);
|
||||
reportButton.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
|
|
Loading…
Reference in a new issue