Optimized language, themes, colors.

Added splashscreen, SplashActivity.
This commit is contained in:
2022-03-28 23:38:43 +08:00
parent ef0760ef16
commit ef235a86aa
41 changed files with 351 additions and 124 deletions

View File

@@ -0,0 +1,11 @@
package com.fatapp.oxygentoolbox.util;
public interface Locales {
String getCn();
void setCn(String cn);
String getEn();
void setEn(String en);
}