Skip to content

Commit 61e0c60

Browse files
author
ELY M
committed
55915-elys
1 parent d668dae commit 61e0c60

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2424
xmlns:tools="http://schemas.android.com/tools"
25-
android:versionCode="55914"
26-
android:versionName="55914-elys">
25+
android:versionCode="55915"
26+
android:versionName="55915-elys">
2727

2828
<uses-permission android:name="android.permission.INTERNET" />
2929
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

app/src/main/java/joshuatee/wx/settings/SettingsDeveloperActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ class SettingsDeveloperActivity : BaseActivity() {
5353
"NWS_TEXT_REMOVELINEBREAKS",
5454
R.string.nws_text_remove_linebreak_label
5555
),
56+
//elys mod - I hate fab buttons!!!
57+
Switch(this, "Main screen radar button (requires restart)", "UI_MAIN_SCREEN_RADAR_FAB", R.string.main_screen_radar_button),
5658
Switch(this, "Show VR button on main screen", "VR_BUTTON", R.string.vr_button_label),
5759
Switch(this, "Lock toolbars", "LOCK_TOOLBARS", R.string.lock_toolbars_label),
5860
Switch(this, "Use JNI for radar (beta)", "RADAR_USE_JNI", R.string.radar_use_jni_label),

app/src/main/java/joshuatee/wx/settings/SettingsUIActivity.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ class SettingsUIActivity : BaseActivity() {
100100
Switch(this, "Fahrenheit in current conditions/7day", "UNITS_F", R.string.units_f_label),
101101
Switch(this, "Fullscreen mode", "FULLSCREEN_MODE", R.string.fullscreen_mode_label),
102102
Switch(this, "Hide top toolbar (restarts app)", "HIDE_TOP_TOOLBAR", R.string.hide_top_toolbar_label),
103-
Switch(this, "Millibars in current conditions", "UNITS_M", R.string.units_m_label),
103+
//elys mod - I hate fab buttons!!!
104+
Switch(this, "Main screen radar button (requires restart)", "UI_MAIN_SCREEN_RADAR_FAB", R.string.main_screen_radar_button),
105+
Switch(this, "Millibars in current conditions", "UNITS_M", R.string.units_m_label),
104106
Switch(this, "Navigation Drawer on main screen", "NAV_DRAWER_MAIN_SCREEN", R.string.nav_drawer_main_screen_label),
105107
Switch(this, "Navigation Drawer is on right side", "NAV_DRAWER_MAIN_SCREEN_ON_RIGHT", R.string.nav_drawer_main_screen_on_right_label),
106108
Switch(this, "Record screen for sharing", "RECORD_SCREEN_SHARE", R.string.record_screen_share_label),

0 commit comments

Comments
 (0)