Skip to content
Snippets Groups Projects
Commit cb92d6e0 authored by Massimiliano's avatar Massimiliano
Browse files

Made ok lighter

parent c5837a2d
Branches
Tags
No related merge requests found
......@@ -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();
......
<?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>
\ No newline at end of file
</changelog>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment