Compare commits

...

2 Commits

Author SHA1 Message Date
e4cc62e850 Version 1.0.2: 新增icon 2023-07-03 20:02:31 +08:00
32f3a66e81 修改名稱 2023-07-03 20:01:55 +08:00
3 changed files with 11 additions and 3 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.ray650128.floatingwindow"
minSdk = 26
targetSdk = 33
versionCode = 2
versionName = "1.0.1"
versionCode = 3
versionName = "1.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -81,4 +81,12 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<TextView
android:id="@+id/textView8"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="by 楓小夜"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -1,5 +1,5 @@
<resources>
<string name="app_name">懸浮視窗 by 楓小夜</string>
<string name="app_name">卡幀神器</string>
<array name="item_edge_position">
<item>左上角</item>