Apr 7, 2016
GitHub पर पिज्जा / MaterialTabs पुस्तकालय के लिए नमूना एप्लिकेशन Material Tabs Demo का नवीनतम संस्करण 1.0.7 डाउनलोड करें ताकि आप नए फ़ीचर्स और अपडेट्स का तुरंत आनंद ले सकें!
Updated library to version 2.0.5 which includes:
- When using the default TextViews in tabs, you can specify the typeface used for selected and unselected states separately.
- When using custom views in tabs, you should implement two callbacks: onCustomTabViewSelected(...) and onCustomTabViewUnselected(...) to be able to do whatever you want to do with the view that was just selected or unselected (such as changing the Drawable in an ImageView)
Added back button to TabsActivity.