Browse Source

Use the Medium TextView on the information_view layout.

master
Reece H. Dunn 11 years ago
parent
commit
2d3e010dc6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/res/layout/information_view.xml

+ 1
- 1
android/res/layout/information_view.xml View File

@@ -14,7 +14,7 @@
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceLarge" />
android:textAppearance="?android:attr/textAppearanceMedium" />

<TextView
android:id="@android:id/summary"

Loading…
Cancel
Save