Skip to content

Commit

Permalink
[Android] Main title text for the file browser items are bolded again…
Browse files Browse the repository at this point in the history
…. Must have removed it accidentally during the previous large refactor.
  • Loading branch information
lioncash committed Aug 13, 2013
1 parent 53bf55b commit 3cc8f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Android/res/layout/folderbrowser.xml
Expand Up @@ -38,6 +38,6 @@
android:layout_alignWithParentIfMissing="true"

android:gravity="center_vertical"
android:text="Title" />
android:text="Title"
android:textStyle="bold" />/>
</RelativeLayout>

0 comments on commit 3cc8f77

Please sign in to comment.