Compare commits

..

No commits in common. "e4cc62e850d530258383541f444700b3b25fedce" and "eadb0f0ddba50a4049305f68852ecf4c041ef1cc" have entirely different histories.

3 changed files with 3 additions and 11 deletions

View File

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

View File

@ -81,12 +81,4 @@
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">卡幀神器</string>
<string name="app_name">懸浮視窗 by 楓小夜</string>
<array name="item_edge_position">
<item>左上角</item>