Re: [android-developers] Cutom Tab Indicator TabLayout Design Lib Support

2015-07-31 Thread Pratama Nur Wijaya
Thank you so much.. i will try it.. Thanks On Friday, 31 July 2015 18:35:10 UTC+7, MagouyaWare wrote: > > 1) Create a png of a triangle. > 2) Create a state list drawable where the selected state uses that image > and the unelected state doesn't (You may want to get more involved and add > pis

Re: [android-developers] Cutom Tab Indicator TabLayout Design Lib Support

2015-07-31 Thread Justin Anderson
1) Create a png of a triangle. 2) Create a state list drawable where the selected state uses that image and the unelected state doesn't (You may want to get more involved and add pissed states). 3) Create a custom layout to inflate for the tab that has a text view and set the bottom drawable of tha

[android-developers] Cutom Tab Indicator TabLayout Design Lib Support

2015-07-31 Thread Pratama Nur Wijaya
Hi everyone, i want to make custom tab like these (see image) http://www.awesomescreenshot.com/image/444876/fd1fdc0ed49b53f846b6b2282868235a its look like instagram login page, i have try using Design Support Lib TabLayout but i dont have an idea how to custom tablayout indicator like that