mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 02:38:58 +03:00
remove padding
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
76c20b22db
commit
6c8d52119f
1 changed files with 0 additions and 2 deletions
|
@ -176,8 +176,6 @@ public class NotificationListAdapter extends RecyclerView.Adapter<NotificationLi
|
|||
button.setLayoutParams(params);
|
||||
button.setGravity(Gravity.CENTER);
|
||||
|
||||
button.setPadding(40, 40, 40, 40);
|
||||
|
||||
button.setOnClickListener(v -> {
|
||||
setButtonEnabled(holder, false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue