You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.fr.plugin.widget.digitroll; |
|
|
|
import com.fr.stable.fun.impl.AbstractLocaleFinder; |
|
|
|
public class LocaleFinder extends AbstractLocaleFinder { |
|
@Override |
|
public String find() {//查找字符串,类似于android的value |
|
return "com/fr/plugin/widget/digitroll/locale/digitroll"; |
|
} |
|
}
|
|
|