mirror of
https://github.com/xdsopl/robot36.git
synced 2026-01-15 12:39:57 +01:00
removed tint
This commit is contained in:
parent
ee58ec3349
commit
0fa1a1e205
|
|
@ -38,7 +38,6 @@ public class MainActivity extends AppCompatActivity {
|
|||
private AudioRecord audioRecord;
|
||||
private TextView status;
|
||||
private Decoder decoder;
|
||||
private int tint;
|
||||
|
||||
private void setStatus(int id) {
|
||||
status.setText(id);
|
||||
|
|
@ -126,7 +125,6 @@ public class MainActivity extends AppCompatActivity {
|
|||
v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom);
|
||||
return insets;
|
||||
});
|
||||
tint = getColor(R.color.tint);
|
||||
status = findViewById(R.id.status);
|
||||
scopeView = findViewById(R.id.scope);
|
||||
scopeBitmap = Bitmap.createBitmap(scopeWidth, scopeHeight, Bitmap.Config.ARGB_8888);
|
||||
|
|
|
|||
Loading…
Reference in a new issue