bitsy-wallet/app/src/main/res/values/attr.xml
Severiano Jaramillo a608ec162a Create the menus for Balances and Net Worth that make use of a customized TabLayout and a ViewPager to obtain the desired effect.
- Created custom themed attribute colorBackgroundFocusable to assign the correct background color to the balances and net worth tabs.
- Renamed BalancesFragment to HomeFragment because, the BalancesFragment will now only be used to display the Balances in the above mentioned ViewPager.
2018-12-13 20:21:03 -06:00

5 lines
No EOL
169 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme related attributes -->
<attr name="themedColorBackgroundFloating" format="reference"/>
</resources>