Move text_* to strings_*
This commit is contained in:
parent
fe1a65d5c4
commit
4075dec0cd
@ -24,13 +24,12 @@ package org.solovyev.android.calculator.buttons;
|
||||
|
||||
import org.solovyev.android.Check;
|
||||
|
||||
import javax.annotation.Nonnull;
|
||||
import javax.annotation.Nullable;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import javax.annotation.Nonnull;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
// see values/text_glyphs.xml for glyph constants
|
||||
// see values/strings_glyphs.xml for glyph constants
|
||||
public enum CppSpecialButton {
|
||||
|
||||
history("history", '\ue005'),
|
||||
|
@ -137,9 +137,6 @@ public class PreferencesFragment extends org.solovyev.android.material.preferenc
|
||||
});
|
||||
}
|
||||
|
||||
private void prepareFloatingCalculatorPreferences() {
|
||||
}
|
||||
|
||||
private void prepareReportBug() {
|
||||
final Preference reportBug = findPreference("prefs.reportBug");
|
||||
reportBug.setOnPreferenceClickListener(new Preference.OnPreferenceClickListener() {
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user