Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0da6e2cc authored by susanta.patra's avatar susanta.patra Committed by android-build-merger
Browse files

Merge "Fixed create app shortcut text and icon alignment in RTL Language" am:...

Merge "Fixed create app shortcut text and icon alignment in RTL Language" am: 29f61c21 am: c1a2cd21
am: acbb9830

Change-Id: I3aa27e3e6d744a27ff4ee2ad9f1de7fc181f4c38
parents 391073c9 acbb9830
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ public abstract class LauncherActivity extends ListActivity {
                if (item.icon == null) {
                    item.icon = mIconResizer.createIconThumbnail(item.resolveInfo.loadIcon(getPackageManager()));
                }
                text.setCompoundDrawablesWithIntrinsicBounds(item.icon, null, null, null);
                text.setCompoundDrawablesRelativeWithIntrinsicBounds(item.icon, null, null, null);
            }
        }

+1 −0
Original line number Diff line number Diff line
@@ -21,5 +21,6 @@
    android:textAppearance="?attr/textAppearanceListItemSmall"
    android:gravity="center_vertical"
    android:drawablePadding="14dip"
    android:textAlignment="viewStart"
    android:paddingStart="?attr/listPreferredItemPaddingStart"
    android:paddingEnd="?attr/listPreferredItemPaddingEnd" />