Update layout for App info page.
- Move the app link buttons to the right - Move the footer buttons to the top below the header - Rename the app header details title, summary, and icon views. Bug: 34977561 Test: make RunSettingsRoboTests Change-Id: Id0cfc2b73b4e5cbbc1a58e497da52560892b69c8
This commit is contained in:
@@ -115,8 +115,8 @@ public class AppHeaderControllerTest {
|
||||
public void bindViews_shouldBindAllData() {
|
||||
final String testString = "test";
|
||||
final View appHeader = mLayoutInflater.inflate(R.layout.app_details, null /* root */);
|
||||
final TextView label = (TextView) appHeader.findViewById(android.R.id.title);
|
||||
final TextView version = (TextView) appHeader.findViewById(android.R.id.summary);
|
||||
final TextView label = (TextView) appHeader.findViewById(R.id.app_detail_title);
|
||||
final TextView version = (TextView) appHeader.findViewById(R.id.app_detail_summary);
|
||||
|
||||
mController = new AppHeaderController(mShadowContext, mFragment, appHeader);
|
||||
mController.setLabel(testString);
|
||||
|
Reference in New Issue
Block a user