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

Commit 8da35290 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Added assets for preference panel and adjusted layout margins for new spec.

parent 08caf9e8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -473,6 +473,9 @@ public abstract class PreferenceActivity extends ListActivity implements
        } else {
            // If there are no headers, we are in the old "just show a screen
            // of preferences" mode.
            setContentView(com.android.internal.R.layout.preference_list_content_single);
            mListFooter = (FrameLayout) findViewById(com.android.internal.R.id.list_footer);
            mPrefsContainer = findViewById(com.android.internal.R.id.prefs);
            mPreferenceManager = new PreferenceManager(this, FIRST_REQUEST_CODE);
            mPreferenceManager.setOnPreferenceTreeClickListener(this);
        }
+438 B
Loading image diff...
+416 B
Loading image diff...
+50 KiB
Loading image diff...
+46.8 KiB
Loading image diff...
Loading