summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-08-13 14:32:46 -0400
committerLioncash <mathew1800@gmail.com>2013-08-13 14:32:46 -0400
commit3cc8f7747e22f9a2a519a5dd559ac338791aae2b (patch)
tree47b7ecb610595d0e64de7d46ea8ed1fe25486e60 /Source/Android
parent53bf55b1e9047a1065580a4e024fb5a74c5ec94a (diff)
[Android] Main title text for the file browser items are bolded again. Must have removed it accidentally during the previous large refactor.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/res/layout/folderbrowser.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/res/layout/folderbrowser.xml b/Source/Android/res/layout/folderbrowser.xml
index 61c6fba1ea..adfd72ed35 100644
--- a/Source/Android/res/layout/folderbrowser.xml
+++ b/Source/Android/res/layout/folderbrowser.xml
@@ -38,6 +38,6 @@
android:layout_alignWithParentIfMissing="true"
android:gravity="center_vertical"
- android:text="Title" />
-
+ android:text="Title"
+ android:textStyle="bold" />/>
</RelativeLayout>