Update screenshots, set height to 14dp

This commit is contained in:
Tim Kluge 2024-12-08 18:18:12 +01:00
parent ae96894271
commit 9c4545fa50
6 changed files with 7 additions and 7 deletions

View File

@ -13,8 +13,8 @@ android {
applicationId = "de.timklge.karoopowerbar"
minSdk = 26
targetSdk = 33
versionCode = 2
versionName = "1.0.1"
versionCode = 3
versionName = "1.1.0"
}
buildTypes {

View File

@ -3,8 +3,8 @@
"packageName": "de.timklge.karoopowerbar",
"iconUrl": "https://github.com/timklge/karoo-powerbar/releases/latest/download/karoo-powerbar.png",
"latestApkUrl": "https://github.com/timklge/karoo-powerbar/releases/latest/download/app-release.apk",
"latestVersion": "1.0.1",
"latestVersionCode": 2,
"latestVersion": "1.1.0",
"latestVersionCode": 3,
"developer": "timklge",
"description": "Adds a colored power bar to the bottom of the screen",
"releaseNotes": "Initial release"

View File

@ -10,7 +10,7 @@ import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.Job
import kotlinx.coroutines.launch
class KarooPowerbarExtension : KarooExtension("karoo-powerbar", "1.0.1") {
class KarooPowerbarExtension : KarooExtension("karoo-powerbar", "1.1.0") {
companion object {
const val TAG = "karoo-powerbar"

View File

@ -2,12 +2,12 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="12dp">
android:layout_height="14dp">
<de.timklge.karoopowerbar.CustomProgressBar
android:id="@+id/progressBar"
android:layout_width="match_parent"
android:layout_height="12dp"
android:layout_height="14dp"
android:layout_gravity="center" />
</FrameLayout>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB