mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-22 07:58:20 -05:00
Switch an Esperandro setter/getter
This commit is contained in:
parent
b43ce4454f
commit
fad6e30077
@ -10,7 +10,8 @@ import de.devland.esperandro.annotations.SharedPreferences;
|
|||||||
public interface BibleViewerPreferences {
|
public interface BibleViewerPreferences {
|
||||||
|
|
||||||
String defaultBookInitials();
|
String defaultBookInitials();
|
||||||
void defaultBookName(String defaultBookName);
|
|
||||||
|
void defaultBookInitials(String defaultBookInitials);
|
||||||
|
|
||||||
@Default(ofInt = 14)
|
@Default(ofInt = 14)
|
||||||
int baseTextSize();
|
int baseTextSize();
|
||||||
|
Loading…
Reference in New Issue
Block a user