ThemeHelper: Fix 'the the' typo
This commit is contained in:
parent
fb75afc99f
commit
3b2c279dc2
1 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ public 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.
|
||||||
*/
|
*/
|
||||||
public static int resolveResourceIdFromAttr(Context context, @AttrRes int attr) {
|
public static int resolveResourceIdFromAttr(Context context, @AttrRes int attr) {
|
||||||
TypedArray a = context.getTheme().obtainStyledAttributes(new int[]{attr});
|
TypedArray a = context.getTheme().obtainStyledAttributes(new int[]{attr});
|
||||||
|
|
@ -185,7 +185,7 @@ public 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.
|
||||||
*/
|
*/
|
||||||
public static int resolveColorFromAttr(Context context, @AttrRes int attrColor) {
|
public static int resolveColorFromAttr(Context context, @AttrRes int attrColor) {
|
||||||
final TypedValue value = new TypedValue();
|
final TypedValue value = new TypedValue();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue