fix(Instance): typo langauges => languages
This commit is contained in:
parent
bcb3e217cd
commit
1124486f1f
|
@ -45,7 +45,7 @@ public class Instance extends BaseModel{
|
||||||
@RequiredField
|
@RequiredField
|
||||||
public String version;
|
public String version;
|
||||||
/**
|
/**
|
||||||
* Primary langauges of the website and its staff.
|
* Primary languages of the website and its staff.
|
||||||
*/
|
*/
|
||||||
// @RequiredField
|
// @RequiredField
|
||||||
public List<String> languages;
|
public List<String> languages;
|
||||||
|
|
|
@ -602,7 +602,7 @@ public class TabLayout extends HorizontalScrollView {
|
||||||
* <p>If the tab indicator color is not {@code Color.TRANSPARENT}, the indicator will be wrapped
|
* <p>If the tab indicator color is not {@code Color.TRANSPARENT}, the indicator will be wrapped
|
||||||
* and tinted right before it is drawn by {@link SlidingTabIndicator#draw(Canvas)}. If you'd like
|
* and tinted right before it is drawn by {@link SlidingTabIndicator#draw(Canvas)}. If you'd like
|
||||||
* the inherent color or the tinted color of a custom drawable to be used, make sure this color is
|
* the inherent color or the tinted color of a custom drawable to be used, make sure this color is
|
||||||
* set to {@code Color.TRANSPARENT} to avoid your color/tint being overriden.
|
* set to {@code Color.TRANSPARENT} to avoid your color/tint being overridden.
|
||||||
*
|
*
|
||||||
* @param color color to use for the indicator
|
* @param color color to use for the indicator
|
||||||
* @attr ref com.google.android.material.R.styleable#TabLayout_tabIndicatorColor
|
* @attr ref com.google.android.material.R.styleable#TabLayout_tabIndicatorColor
|
||||||
|
|
Loading…
Reference in New Issue