Version 1.0.3: 新增自選圖片功能

This commit is contained in:
Raymond Yang
2024-04-01 15:13:05 +08:00
parent c1f37845b4
commit 2eebb63122
6 changed files with 8 additions and 26 deletions
+6 -6
View File
@@ -5,14 +5,14 @@ plugins {
android {
namespace = "com.ray650128.floatingwindow"
compileSdk = 33
compileSdk = 34
defaultConfig {
applicationId = "com.ray650128.floatingwindow"
minSdk = 24
targetSdk = 33
targetSdk = 34
versionCode = 4
versionName = "1.0.3-beta"
versionName = "1.0.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -40,9 +40,9 @@ android {
dependencies {
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.9.0")
implementation("com.google.android.material:material:1.11.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
@@ -52,6 +52,6 @@ dependencies {
implementation("com.github.getActivity:EasyWindow:10.2")
// Glide
implementation("com.github.bumptech.glide:glide:4.11.0")
implementation("com.github.bumptech.glide:glide:4.15.1")
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

@@ -6,15 +6,6 @@
android:layout_height="match_parent"
tools:context=".ui.MainActivity">
<ImageView
android:id="@+id/imageView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:alpha="0.125"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:srcCompat="@drawable/bg_winnie_the_pooh" />
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
@@ -6,15 +6,6 @@
android:layout_height="match_parent"
tools:context=".ui.SettingActivity">
<ImageView
android:id="@+id/imageView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:alpha="0.125"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:srcCompat="@drawable/bg_winnie_the_pooh" />
<TextView
android:id="@+id/textView6"
android:layout_width="wrap_content"