mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Version code cleanup
> Renaming Lmp to Lollipop > Lollipop_MR1 instead of directly using 22 > Using M APIs directly instead of reflection Change-Id: I10a307f46e3be15b3299f549a2fd7e0e215a6a1b
This commit is contained in:
@@ -510,7 +510,7 @@ public class BubbleTextView extends TextView
|
||||
mIcon.setBounds(0, 0, iconSize, iconSize);
|
||||
}
|
||||
if (mLayoutHorizontal) {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
|
||||
if (Utilities.ATLEAST_JB_MR1) {
|
||||
setCompoundDrawablesRelative(mIcon, null, null, null);
|
||||
} else {
|
||||
setCompoundDrawables(mIcon, null, null, null);
|
||||
|
||||
Reference in New Issue
Block a user