mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-16 19:01:18 -04:00
- Stop reading version number from native code and use the one from BuildConfig - Show the version number on the title for the Android TV UI
7 lines
303 B
XML
7 lines
303 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<org.dolphinemu.dolphinemu.ui.main.CustomTitleView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/browse_title_group"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:padding="16dp"/> |