コード例 #1
0
ファイル: UIUtils.java プロジェクト: 913294137/GooglePlay
 public static Resources getResources() {
   return BaseApplication.getApplication().getResources();
 }
コード例 #2
0
ファイル: UIUtils.java プロジェクト: 913294137/GooglePlay
 public static Context getContext() {
   return BaseApplication.getApplication();
 }