Android Widget - TextView

Displays text.

Code :

<textview android:id="@+id/title_text_view"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:text="@string/my_photos"
android:textappearance="?android:textAppearanceLarge"
 android:textcolor="#4689C8"
android:textstyle="bold"></textview>

No comments: