Start implementation of new app info storage page
Things are mostly in the right places, may need some minor location adjustment on everything and styling for the buttons. Bug: 19511439 Change-Id: If7730285d6ddc36e32cc8bc119885a8e215c0eb5
This commit is contained in:
@@ -109,7 +109,7 @@ public class InstalledAppDetails extends AppInfoBase
|
||||
|
||||
private boolean mInitialized;
|
||||
private boolean mShowUninstalled;
|
||||
private HeaderPreference mHeader;
|
||||
private LayoutPreference mHeader;
|
||||
private Button mUninstallButton;
|
||||
private boolean mUpdatedSysApp = false;
|
||||
private TextView mAppVersion;
|
||||
@@ -259,7 +259,7 @@ public class InstalledAppDetails extends AppInfoBase
|
||||
}
|
||||
|
||||
private void handleHeader() {
|
||||
mHeader = (HeaderPreference) findPreference(KEY_HEADER);
|
||||
mHeader = (LayoutPreference) findPreference(KEY_HEADER);
|
||||
|
||||
// Get Control button panel
|
||||
View btnPanel = mHeader.findViewById(R.id.control_buttons_panel);
|
||||
|
Reference in New Issue
Block a user