text = text + CepVizyon.getPhoneCode() + "\n\n"
+ getText(R.string.currentversion) + CepVizyon.getLicenseText();
activationText.setText(text);
myTextView.setText(text);
CepVizyon.getPhoneCode() 'nin dizgisi için rengi değiştirmek istiyorum ... bunu nasıl yapabilirim?Bir TextView'ın renk bölümünü nasıl değiştirebilirim?
'u desteklemektedir Buna bakın: http://stackoverflow.com/questions/ 4897349/android-boyama-parçası-of-a-dize kullanarak-textview-settext –
Olası çoğaltılabilir [Android'de TextView span rengini ayarla] (http://stackoverflow.com/questions/3282940/set-color-of -textview-span-in-android) – Suragch
@Suragch Bu yazının benden daha büyük olduğunu nereden biliyorsunuz? :) – atasoyh