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

Commit c1a2cd21 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: 29f61c21

Change-Id: Iaa0829e9844278731e403e13b2cc8a3400969bb4
parents ac0d2765 29f61c21
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" />