We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfa580 commit 94a4096Copy full SHA for 94a4096
demo/src/main/java/com/mta/tehreer/demo/VariableFontsActivity.java
@@ -138,6 +138,12 @@ public void onNothingSelected(AdapterView<?> adapterView) {
138
mPreviewLabel = findViewById(R.id.label_preview);
139
}
140
141
+ @Override
142
+ public boolean onSupportNavigateUp(){
143
+ onBackPressed();
144
+ return true;
145
+ }
146
+
147
private void onCoordinateValueChanged(int axisIndex, float coordinate) {
148
mVariationCoordinates[axisIndex] = coordinate;
149
mTypeface = mTypeface.deriveVariation(mVariationCoordinates);
0 commit comments