mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Theme work profile (#3748)
* Theme work profile * Improved close action in workedu
This commit is contained in:
@@ -1034,13 +1034,11 @@ public class ActivityAllAppsContainerView<T extends Context & ActivityContext>
|
||||
}
|
||||
|
||||
private void setDeviceManagementResources() {
|
||||
if (mActivityContext.getStringCache() != null) {
|
||||
Button personalTab = findViewById(R.id.tab_personal);
|
||||
personalTab.setText(mActivityContext.getStringCache().allAppsPersonalTab);
|
||||
Button personalTab = findViewById(R.id.tab_personal);
|
||||
personalTab.setText(R.string.all_apps_personal_tab);
|
||||
|
||||
Button workTab = findViewById(R.id.tab_work);
|
||||
workTab.setText(mActivityContext.getStringCache().allAppsWorkTab);
|
||||
}
|
||||
Button workTab = findViewById(R.id.tab_work);
|
||||
workTab.setText(R.string.all_apps_work_tab);
|
||||
}
|
||||
|
||||
protected boolean shouldShowTabs() {
|
||||
|
||||
Reference in New Issue
Block a user