depois do ollama

This commit is contained in:
2026-06-18 11:49:48 +01:00
parent 31034a3465
commit a1a01e27df
3 changed files with 20 additions and 30 deletions

View File

@@ -37,7 +37,7 @@ public class DefinicoesActivity extends AppCompatActivity {
private Button btnSaveSettings;
private EditText etUsername;
private Switch switchNotifications;
private Spinner spinnerCurrency;
private ImageView ivProfilePicture;
private TextView tvChangePhoto;
@@ -63,7 +63,7 @@ public class DefinicoesActivity extends AppCompatActivity {
btnSaveSettings = findViewById(R.id.btnSaveSettings);
etUsername = findViewById(R.id.etUsername);
switchNotifications = findViewById(R.id.switchNotifications);
spinnerCurrency = findViewById(R.id.spinnerCurrency);
ivProfilePicture = findViewById(R.id.ivProfilePicture);
tvChangePhoto = findViewById(R.id.tvChangePhoto);