Skip to content

Commit

Permalink
Fix unreadable text
Browse files Browse the repository at this point in the history
Use the holo theme. Add some padding to the slide duration item -- the
duration was pinned against the right edge of the view. Bug 5056203

Change-Id: Ic877faac0cb6712f481b7c4901ddd30fee54e9f5
  • Loading branch information
Tom Taylor committed Jul 21, 2011
1 parent 04cd87f commit b520414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AndroidManifest.xml
Expand Up @@ -145,10 +145,12 @@
</activity>

<activity android:name=".ui.SlideshowEditActivity"
android:theme="@style/MmsHoloTheme"
android:label="@string/edit_slideshow_activity" />

<activity android:name=".ui.SlideEditorActivity"
android:windowSoftInputMode="adjustResize"
android:theme="@style/MmsHoloTheme"
android:label="@string/edit_slide_activity" />

<activity android:name=".ui.SlideshowActivity"
Expand Down
1 change: 1 addition & 0 deletions res/layout/slideshow_edit_item.xml
Expand Up @@ -83,6 +83,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:paddingLeft="10dip"
android:paddingRight="10dip"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="?android:attr/textColorSecondary"
android:maxLines="1"
Expand Down

0 comments on commit b520414

Please sign in to comment.