Light icon buttons are colour background with white text again. It just looks nice.
This commit is contained in:
parent
1f798902b7
commit
eed3f2d899
7 changed files with 4 additions and 15 deletions
|
@ -506,8 +506,7 @@ public class ComposeActivity extends BaseActivity {
|
|||
}
|
||||
case "private": {
|
||||
floatingBtn.setText(R.string.action_send);
|
||||
Drawable lock = ThemeUtils.getDrawable(this, R.attr.compose_send_private_drawable,
|
||||
R.drawable.send_private_dark);
|
||||
Drawable lock = ContextCompat.getDrawable(this, R.drawable.send_private);
|
||||
lock.setBounds(0, 0, lock.getIntrinsicWidth(), lock.getIntrinsicHeight());
|
||||
floatingBtn.setCompoundDrawables(null, null, lock, null);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue