Light icon buttons are colour background with white text again. It just looks nice.

This commit is contained in:
Vavassor 2017-03-30 19:23:43 -04:00
commit eed3f2d899
7 changed files with 4 additions and 15 deletions

View file

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