Code clean up

This commit is contained in:
Sad Ellie 2023-02-27 15:36:40 +04:00
parent 00357d0906
commit dff7f51d64
8 changed files with 6 additions and 23 deletions

View File

@ -994,7 +994,6 @@
<string name="units_screen_from">Convert from</string> <string name="units_screen_from">Convert from</string>
<string name="units_screen_to">Convert to</string> <string name="units_screen_to">Convert to</string>
<string name="settings_screen">Settings</string> <string name="settings_screen">Settings</string>
<string name="tools_screen">Tools</string>
<!--Settings items--> <!--Settings items-->
<string name="theme_setting">Themes</string> <string name="theme_setting">Themes</string>
@ -1021,17 +1020,10 @@
<!--Tools--> <!--Tools-->
<string name="unit_converter">Unit converter</string> <string name="unit_converter">Unit converter</string>
<string name="unit_converter_support">Convert from one unit to another</string>
<string name="epoch_converter">Epoch converter</string> <string name="epoch_converter">Epoch converter</string>
<string name="epoch_converter_support">Convert Unix timestamp</string>
<string name="tools_notice_title">Experimental features!</string>
<string name="soon_label">Soon</string>
<string name="tools_notice_description">This screen is part of an experiment. It may change in the future.</string>
<string name="click_to_read_more">Click to read more!</string>
<!--Calculator--> <!--Calculator-->
<string name="calculator">Calculator</string> <string name="calculator">Calculator</string>
<string name="calculator_support">Calculate, but don\'t convert</string>
<string name="calculator_clear_history_label">Clear</string> <string name="calculator_clear_history_label">Clear</string>
<string name="calculator_clear_history_title">Clear history</string> <string name="calculator_clear_history_title">Clear history</string>
<string name="calculator_clear_history_support">All expressions from history will be deleted forever. This action can\'t be undone!</string> <string name="calculator_clear_history_support">All expressions from history will be deleted forever. This action can\'t be undone!</string>

View File

@ -55,15 +55,6 @@ val NumbersTextStyleDisplayMedium = TextStyle(
letterSpacing = (-0.25).sp, letterSpacing = (-0.25).sp,
) )
// This text style is used for secondary keyboard button
val NumbersTextStyleTitleSmall = TextStyle(
fontFamily = Lato,
fontWeight = FontWeight.W500,
fontSize = 20.sp,
lineHeight = 24.sp,
letterSpacing = 0.sp,
)
val AppTypography = Typography( val AppTypography = Typography(
displayLarge = TextStyle( displayLarge = TextStyle(
fontFamily = Montserrat, fontFamily = Montserrat,

View File

@ -17,6 +17,6 @@
~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~ along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <manifest>
</manifest> </manifest>

View File

@ -17,6 +17,6 @@
~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~ along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <manifest>
</manifest> </manifest>

View File

@ -17,6 +17,6 @@
~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~ along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <manifest>
</manifest> </manifest>

View File

@ -17,6 +17,6 @@
~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~ along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <manifest>
</manifest> </manifest>

View File

@ -17,6 +17,6 @@
~ along with this program. If not, see <https://www.gnu.org/licenses/>. ~ along with this program. If not, see <https://www.gnu.org/licenses/>.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <manifest>
</manifest> </manifest>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <manifest>
</manifest> </manifest>