1
0
Fork 0

Fix #1770: Share icon from quick action bar poorly rasterized

master
Colin Lee 2019-04-19 12:30:32 -05:00
parent 8ae567244b
commit deb7c2d18c
3 changed files with 2 additions and 18 deletions

View File

@ -67,7 +67,7 @@ class SessionBottomSheetFragment : BottomSheetDialogFragment(), LayoutContainer
}
view.send_and_share_session_button.apply {
val drawable = ContextCompat.getDrawable(context!!, R.drawable.ic_share)
val drawable = ContextCompat.getDrawable(context!!, R.drawable.mozac_ic_share)
drawable?.setColorFilter(
ContextCompat.getColor(
context!!,

File diff suppressed because one or more lines are too long

View File

@ -117,7 +117,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?foundation"
android:drawableStart="@drawable/ic_share"
android:drawableStart="@drawable/mozac_ic_share"
android:drawablePadding="14dp"
android:drawableTint="?primaryText"
android:paddingStart="20dp"