mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -04:00
Update ControlOffsetPreference.java and strings.xml
This commit is contained in:
parent
7d4fbfaaa9
commit
be1811786a
@ -38,7 +38,8 @@ public class ControlOffsetPreference extends Preference {
|
||||
private void init(){
|
||||
// Setup visual values
|
||||
if(getTitle() == null){
|
||||
setTitle(R.string.preference_back_title);
|
||||
setTitle(R.string.preference_control_offset_title);
|
||||
setSummary(R.string.preference_control_offset_description);
|
||||
}
|
||||
if(getIcon() == null){
|
||||
setIcon(android.R.drawable.radiobutton_off_background);
|
||||
|
Loading…
x
Reference in New Issue
Block a user