Skip to content

Commit

Permalink
lineage: enable roundIcons by default
Browse files Browse the repository at this point in the history
We're using circular shape for adaptive icons,
by turning roundIcons on we either get
better circular icons (for apps such as Chrome) or
the same icons as before.

Trebuchet will still allow to swap icons shape

Change-Id: If64ecb427b98e099c55fd3eebdb49dad9cb3dbf2
Signed-off-by: Joey <[email protected]>
  • Loading branch information
bvlj authored and bgcngm committed Aug 27, 2018
1 parent 46de780 commit 7b70164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,6 @@
it should be disabled in that locale's resources. -->
<bool name="config_buttonTextAllCaps">false</bool>

<!-- Flag indicating whether round icons should be parsed from the application manifest. -->
<bool name="config_useRoundIcon">true</bool>
</resources>

0 comments on commit 7b70164

Please sign in to comment.