Made ok lighter

This commit is contained in:
massimiliano 2019-02-19 19:03:37 +01:00
parent c5837a2d4e
commit cb92d6e020
2 changed files with 6 additions and 1 deletions

View File

@ -195,6 +195,7 @@ public class MainActivity extends AppCompatActivity implements View.OnLongClickL
//Setup snackbar
snackbarExitApp = Snackbar
.make(findViewById(R.id.framelayout_container), R.string.do_you_want_to_exit, Snackbar.LENGTH_LONG)
.setActionTextColor( Color.LTGRAY )
.setAction(android.R.string.yes, new View.OnClickListener() {
public void onClick(View view) {
finish();

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.1.4" versioncode="17" >
<change>Fixed App closing when pressing go back</change>
<change>Edited state error message</change>
</release>
<release version="1.1.3" versioncode="16" >
<change>Fixed string on Etherpad dialog</change>
</release>
@ -103,4 +107,4 @@
<change>menu background changed to dark</change>
<change>Added all icons</change>
</release>
</changelog>
</changelog>