mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 13:41:26 +08:00
Optimized language, themes, colors.
Added splashscreen, SplashActivity.
This commit is contained in:
11
app/src/main/java/com/fatapp/oxygentoolbox/util/Locales.java
Normal file
11
app/src/main/java/com/fatapp/oxygentoolbox/util/Locales.java
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user