Skip to content

Commit

Permalink
Merge pull request #296 from daytime-em/add-r-navigation
Browse files Browse the repository at this point in the history
Copy 'navigation' along with other R.$ classes
  • Loading branch information
kezong authored Apr 15, 2021
2 parents c136da6 + abf36e7 commit 989e676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/src/main/java/com/kezong/fataar/RClassesTransform.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ private Map<String, String> buildTransformTable(String variantName) {
}

final List<String> resourceTypes = Arrays.asList("anim", "animator", "array", "attr", "bool", "color", "dimen",
"drawable", "font", "fraction", "id", "integer", "interpolator", "layout", "menu", "mipmap", "plurals",
"raw", "string", "style", "styleable", "transition", "xml");
"drawable", "font", "fraction", "id", "integer", "interpolator", "layout", "menu", "mipmap", "navigation",
"plurals", "raw", "string", "style", "styleable", "transition", "xml");

HashMap<String, String> map = new HashMap<>();
for (String resource : resourceTypes) {
Expand Down

0 comments on commit 989e676

Please sign in to comment.