Back to project page misound.
The source code is released under:
Apache License
If you think the Android project misound listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.xiaomi.mitv.soundbarapp.eq; // w w w . j av a 2 s. c om import com.xiaomi.mitv.soundbarapp.R; /** * Created by chenxuetong on 8/28/14. */ public class EQStyleResource { public int nameId; public int bgId; public int thumbId; public EQStyleResource(int name, int bg, int thumb){ nameId = name; bgId = bg; thumbId = thumb; } }