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

Commit 29f61c21 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 4e54d609 63c4f331
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" />