Updated the version, fixed shortcut text from reset and optimizations.

This commit is contained in:
ottoptj 2024-09-03 03:28:42 +03:00
commit 77fc95b2f4
9 changed files with 22 additions and 17 deletions

View file

@ -66,6 +66,7 @@
android:singleLine="true"
android:textAlignment="viewStart"
android:textAppearance="@android:style/TextAppearance.DeviceDefault"
android:textColorHighlight="#5F33B5E5"
android:textSize="25sp" />
<Space

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/aboutLayout"
android:layout_width="match_parent"
@ -61,8 +60,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="20dp"
android:layout_weight="1"
android:layout_marginTop="10dp"
android:layout_weight="1.1"
android:orientation="horizontal">
<TextView
@ -96,7 +95,7 @@
android:id="@+id/donationTitle"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="40dp"
android:layout_marginTop="20dp"
android:layout_weight="1.3"
android:autoSizeMinTextSize="5sp"
android:autoSizeTextType="uniform"
@ -114,7 +113,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="20dp"
android:layout_marginTop="10dp"
android:layout_weight="2"
android:orientation="horizontal">
@ -147,7 +146,7 @@
android:id="@+id/weatherLink"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="150dp"
android:layout_marginTop="100dp"
android:layout_marginBottom="20dp"
android:layout_weight="1.5"
android:autoSizeMinTextSize="5sp"