Loading quickstep/res/layout/overview_actions_container.xml +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ </Space> <Button android:id="@+id/action_screenshot" android:theme="@style/ThemeControlHighlightWorkspaceColor" style="@style/OverviewActionButton" android:layout_width="wrap_content" android:layout_height="wrap_content" Loading @@ -48,6 +49,7 @@ <Button android:id="@+id/action_share" android:theme="@style/ThemeControlHighlightWorkspaceColor" style="@style/OverviewActionButton" android:layout_width="wrap_content" android:layout_height="wrap_content" Loading quickstep/res/values/styles.xml +8 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,14 @@ <item name="android:textColor">@color/gesture_tutorial_primary_color</item> </style> <!-- Can be applied to views to color things like ripples and list highlights the workspace text color. --> <style name="ThemeControlHighlightWorkspaceColor"> <item name="android:colorControlHighlight">?attr/workspaceTextColor</item> </style> <style name="OverviewActionButton" parent="@android:style/Widget.DeviceDefault.Button.Borderless"> <item name="android:textColor">?attr/workspaceTextColor</item> Loading Loading
quickstep/res/layout/overview_actions_container.xml +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ </Space> <Button android:id="@+id/action_screenshot" android:theme="@style/ThemeControlHighlightWorkspaceColor" style="@style/OverviewActionButton" android:layout_width="wrap_content" android:layout_height="wrap_content" Loading @@ -48,6 +49,7 @@ <Button android:id="@+id/action_share" android:theme="@style/ThemeControlHighlightWorkspaceColor" style="@style/OverviewActionButton" android:layout_width="wrap_content" android:layout_height="wrap_content" Loading
quickstep/res/values/styles.xml +8 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,14 @@ <item name="android:textColor">@color/gesture_tutorial_primary_color</item> </style> <!-- Can be applied to views to color things like ripples and list highlights the workspace text color. --> <style name="ThemeControlHighlightWorkspaceColor"> <item name="android:colorControlHighlight">?attr/workspaceTextColor</item> </style> <style name="OverviewActionButton" parent="@android:style/Widget.DeviceDefault.Button.Borderless"> <item name="android:textColor">?attr/workspaceTextColor</item> Loading