Visual adjustments for smaller tablets.
Make the Manage Apps tab indicators horizontally scrollable. Use medium font size for user dictionary. Bug: 4462313 Change-Id: Iba44e758715c0187ea17ed072794b8596dee0e54
This commit is contained in:
@@ -585,7 +585,7 @@ public class ManageApplications extends Fragment implements
|
||||
mCreatedRunning = mResumedRunning = false;
|
||||
mCurView = VIEW_NOTHING;
|
||||
|
||||
View tabRoot = mInflater.inflate(com.android.internal.R.layout.tab_content, null);
|
||||
View tabRoot = mInflater.inflate(R.layout.manage_apps_tab_content, null);
|
||||
mTabHost = (TabHost)tabRoot.findViewById(com.android.internal.R.id.tabhost);
|
||||
mTabHost.setup();
|
||||
final TabHost tabHost = mTabHost;
|
||||
|
Reference in New Issue
Block a user