There was an error while loading. Please reload this page.
+ do android:text="@string/hello_world" textView.setText(R.string.great); - don't android:text="Hello World" textView.setText("So bad!");
+ do android:textSize="@dimen/base_text_size" android:layout_marginTop="@dimen/base_margin" - don't android:layout_marginTop="16dp" android:textSize="16sp"
+ do public int getSize() { return this.size; }
+ do public int getModifiedSize() { int modifiedSize = this.size + this.modifier; return modifiedSize; }