2010-08-17 01:02:39 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-01-12 21:33:37 +01:00
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
2010-08-17 01:02:39 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2014-01-12 21:33:37 +01:00
|
|
|
android:layout_marginRight="?android:attr/scrollbarSize"
|
|
|
|
|
android:paddingRight="3dip"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall" >
|
2010-08-17 01:02:39 +00:00
|
|
|
|
2014-01-12 21:33:37 +01:00
|
|
|
</TextView>
|