mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Apply bottom insets to about and settings screens
This commit is contained in:
@@ -26,6 +26,7 @@ import org.isoron.uhabits.BuildConfig
|
||||
import org.isoron.uhabits.R
|
||||
import org.isoron.uhabits.core.models.PaletteColor
|
||||
import org.isoron.uhabits.databinding.AboutBinding
|
||||
import org.isoron.uhabits.utils.applyBottomInset
|
||||
import org.isoron.uhabits.utils.applyRootViewInsets
|
||||
import org.isoron.uhabits.utils.currentTheme
|
||||
import org.isoron.uhabits.utils.setupToolbar
|
||||
@@ -55,6 +56,7 @@ class AboutView(
|
||||
binding.tvTranslate.setOnClickListener { screen.showTranslationWebsite() }
|
||||
binding.tvVersion.setOnClickListener { screen.onPressDeveloperCountdown() }
|
||||
binding.tvVersion.text = String.format(version, BuildConfig.VERSION_NAME)
|
||||
binding.outerLinearLayout.applyBottomInset()
|
||||
applyRootViewInsets()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ import org.isoron.uhabits.R
|
||||
import org.isoron.uhabits.activities.AndroidThemeSwitcher
|
||||
import org.isoron.uhabits.core.models.PaletteColor
|
||||
import org.isoron.uhabits.databinding.SettingsActivityBinding
|
||||
import org.isoron.uhabits.utils.applyBottomInset
|
||||
import org.isoron.uhabits.utils.applyRootViewInsets
|
||||
import org.isoron.uhabits.utils.setupToolbar
|
||||
|
||||
@@ -44,6 +45,7 @@ class SettingsActivity : AppCompatActivity() {
|
||||
theme = themeSwitcher.currentTheme
|
||||
)
|
||||
binding.root.applyRootViewInsets()
|
||||
binding.root.applyBottomInset()
|
||||
setContentView(binding.root)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (C) 2016-2021 Álinson Santos Xavier <git@axavier.org>
|
||||
~
|
||||
~ This file is part of Loop Habit Tracker.
|
||||
@@ -37,6 +36,7 @@
|
||||
android:layout_below="@id/toolbar">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/outerLinearLayout"
|
||||
style="@style/CardList">
|
||||
|
||||
<LinearLayout
|
||||
@@ -120,21 +120,66 @@
|
||||
linked at the bottom of the list. If you qualify, please feel free to
|
||||
submit a pull request adding yourself here.
|
||||
-->
|
||||
<TextView style="@style/About.Item" android:text="Álinson S. Xavier (@iSoron)"/>
|
||||
<TextView style="@style/About.Item" android:text="Quentin Hibon (@hiqua)"/>
|
||||
<TextView style="@style/About.Item" android:text="Oleg Ivashchenko (@olegivo)"/>
|
||||
<TextView style="@style/About.Item" android:text="Kristian Tashkov (@KristianTashkov)"/>
|
||||
<TextView style="@style/About.Item" android:text="Jakub Kalinowski (@kalina559)"/>
|
||||
<TextView style="@style/About.Item" android:text="Rechee Jozil (@recheej)"/>
|
||||
<TextView style="@style/About.Item" android:text="Sebastian Gallese (@sgallese)"/>
|
||||
<TextView style="@style/About.Item" android:text="Luboš Luňák (@llunak)"/>
|
||||
<TextView style="@style/About.Item" android:text="Bindu (@vbh)"/>
|
||||
<TextView style="@style/About.Item" android:text="Victor Yu (@vyu1)"/>
|
||||
<TextView style="@style/About.Item" android:text="Christoph Hennemann (@chennemann)"/>
|
||||
<TextView style="@style/About.Item" android:text="Денис (@sciamano)"/>
|
||||
<TextView style="@style/About.Item" android:text="Joseph Tran (@JotraN)"/>
|
||||
<TextView style="@style/About.Item" android:text="Nikhil (@regularcoder)"/>
|
||||
<TextView style="@style/About.Item" android:text="JanetQC"/>
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Álinson S. Xavier (@iSoron)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Quentin Hibon (@hiqua)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Oleg Ivashchenko (@olegivo)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Kristian Tashkov (@KristianTashkov)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Jakub Kalinowski (@kalina559)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Rechee Jozil (@recheej)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Sebastian Gallese (@sgallese)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Luboš Luňák (@llunak)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Bindu (@vbh)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Victor Yu (@vyu1)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Christoph Hennemann (@chennemann)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Денис (@sciamano)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Joseph Tran (@JotraN)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="Nikhil (@regularcoder)" />
|
||||
|
||||
<TextView
|
||||
style="@style/About.Item"
|
||||
android:text="JanetQC" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvContributors"
|
||||
style="@style/About.Item.Clickable"
|
||||
|
||||
Reference in New Issue
Block a user