Merge pull request #3276 from lnjX/fix/the-the-typo
ThemeHelper: Fix 'the the' typo
This commit is contained in:
commit
e4a4af34c5
|
@ -194,7 +194,7 @@ public final class ThemeHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a resource id from a resource styled according to the the context's theme.
|
* Get a resource id from a resource styled according to the context's theme.
|
||||||
*
|
*
|
||||||
* @param context Android app context
|
* @param context Android app context
|
||||||
* @param attr attribute reference of the resource
|
* @param attr attribute reference of the resource
|
||||||
|
@ -208,10 +208,10 @@ public final class ThemeHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a color from an attr styled according to the the context's theme.
|
* Get a color from an attr styled according to the context's theme.
|
||||||
*
|
*
|
||||||
* @param context Android app context
|
* @param context Android app context
|
||||||
* @param attrColor attribute reference of the resource
|
* @param attrColor attribute reference of the resource
|
||||||
* @return the color
|
* @return the color
|
||||||
*/
|
*/
|
||||||
public static int resolveColorFromAttr(final Context context, @AttrRes final int attrColor) {
|
public static int resolveColorFromAttr(final Context context, @AttrRes final int attrColor) {
|
||||||
|
|
Loading…
Reference in New Issue