Fixed the button to show on Portrait mode..streamline added for work_mode_fab.
Took out unneccessary attributes such as textColor for the button and took out background.

How it looks in landscape: https://screenshot.googleplex.com/AVaUEztqsXYA28N
How it looks in portrait: https://screenshot.googleplex.com/3oTG3j7yZLCxkLz
Apk: https://drive.google.com/file/d/1qLeiJSF3lHf7tZzoHWwBHGxDgbveTIYX/view?usp=sharing

Test: Manual - Tested on local Pixel device (Raven)
Bug: 224731116
Bug: 224731300
Change-Id: If1392806adecf1ce02723d20686ca6bf524f6464
This commit is contained in:
Brandon Dayauon
2022-03-29 19:25:25 -07:00
parent db2c726560
commit d20011be15
4 changed files with 45 additions and 26 deletions
@@ -92,8 +92,6 @@ public class WorkAdapterProvider extends BaseAdapterProvider {
TextView title = view.findViewById(R.id.work_apps_paused_title);
title.setText(cache.workProfileEdu);
Button button = view.findViewById(R.id.action_btn);
button.setText(cache.workProfileEduAccept);
}
/**