mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
[Android] Main title text for the file browser items are bolded again. Must have removed it accidentally during the previous large refactor.
This commit is contained in:
parent
53bf55b1e9
commit
3cc8f7747e
1 changed files with 2 additions and 2 deletions
|
@ -38,6 +38,6 @@
|
|||
android:layout_alignWithParentIfMissing="true"
|
||||
|
||||
android:gravity="center_vertical"
|
||||
android:text="Title" />
|
||||
|
||||
android:text="Title"
|
||||
android:textStyle="bold" />/>
|
||||
</RelativeLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue