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:
Jason Monk
2015-02-26 11:33:22 -05:00
parent ad99996ffb
commit 60a09ea238
20 changed files with 371 additions and 373 deletions

View File

@@ -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);