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

Commit fe7630e6 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Fix a layout alignment issue in RingtonePickerActivity.

Bug: 3307324
parent 864dd1ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ public final class RingtonePickerActivity extends AlertActivity implements
     */
    private int addStaticItem(ListView listView, int textResId) {
        TextView textView = (TextView) getLayoutInflater().inflate(
                com.android.internal.R.layout.select_dialog_singlechoice, listView, false);
                com.android.internal.R.layout.select_dialog_singlechoice_holo, listView, false);
        textView.setText(textResId);
        listView.addHeaderView(textView);
        mStaticItemCount++;