diff --git a/TextView.txt b/TextView.txt new file mode 100644 index 0000000..3155c54 --- /dev/null +++ b/TextView.txt @@ -0,0 +1,80 @@ + + + + + + + android:layout_height="fill_parent" + + android:orientation="vertical" + + xmlns:android="http://schemas.android.com/apk/res/android"> + + + + style="?android:attr/textAppearanceMedium" + + android:singleLine="true" + + android:ellipsize="end" + + android:gravity="center" + + android:layout_marginTop="-2.7dip" + + android:layout_marginBottom="-2.7dip" + + android:layout_width="fill_parent" + + android:layout_height="wrap_content"/> + + + + android:layout_width="fill_parent" + + android:layout_height="wrap_content" + + android:layout_marginTop="5dip" + + android:layout_marginBottom="1dip" + + android:gravity="center"/> + + + \ No newline at end of file