~tedks/+junk/subsonic-no-antifeatures

« back to all changes in this revision

Viewing changes to subsonic-android/res/layout-port/download.xml

  • Committer: sindre_mehus
  • Date: 2011-01-25 13:59:29 UTC
  • Revision ID: svn-v4:24148959-8e0e-0410-9c20-a6ce11f09cd5:trunk:2161
Android: Upgraded to 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                    a:layout_marginLeft="16dip"
50
50
                    a:layout_marginRight="16dip"
51
51
                    a:singleLine="true"
52
 
                    a:ellipsize="end"
53
 
                    a:textAppearance="?android:attr/textAppearanceLarge"
54
 
                    a:textColor="@color/mediaControlForeground"/>
 
52
                    a:textColor="@color/mediaControlForeground"
 
53
                    a:textStyle="bold"
 
54
                    a:textSize="18sp"
 
55
                    a:ellipsize="end"/>
55
56
 
56
57
        </RelativeLayout>
57
58