This is a little bit flakey at this point, because the weird asynchronous nature of adding fragments. If swiping to the second-to-last entry on the bottom navigation view, it will populate the settings fragment in the UI and then it will dissapear. Need to fix this.
14 lines
497 B
XML
14 lines
497 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<item type="id" name="category_spinner" />
|
|
<item type="id" name="appDetailsSummaryHeader" />
|
|
<item type="id" name="preference_fragment_parent" />
|
|
|
|
<item type="id" name="whats_new_feature" />
|
|
<item type="id" name="whats_new_large_tile" />
|
|
<item type="id" name="whats_new_small_tile" />
|
|
<item type="id" name="whats_new_regular_list" />
|
|
|
|
<item type="id" name="my_apps__header" />
|
|
<item type="id" name="my_apps__app" />
|
|
</resources> |