Skip to content

Commit 0b2acb1

Browse files
committed
Merge branch 'dev'
2 parents c426584 + a945f64 commit 0b2acb1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "me.rosuh.easywatermark"
1616
minSdk = (Apps.minSdk)
1717
targetSdk = (Apps.targetSdk)
18-
versionCode = 20604
19-
versionName = "2.6.4"
18+
versionCode = 20605
19+
versionName = "2.6.5"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
setProperty("archivesBaseName", "$applicationId-v$versionName($versionCode)")
2222
}

app/src/main/res/layout/dialog_edit_text.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
android:minHeight="165dp"
1616
android:paddingTop="15dp"
1717
android:paddingBottom="25dp"
18+
android:hint="@string/hint_tips_input_water_mark_text"
1819
app:layout_constraintBottom_toBottomOf="parent"
1920
app:layout_constraintEnd_toEndOf="parent"
2021
app:layout_constraintStart_toStartOf="parent">
@@ -23,7 +24,6 @@
2324
android:id="@+id/et_water_text"
2425
android:layout_width="match_parent"
2526
android:layout_height="wrap_content"
26-
android:hint="@string/hint_tips_input_water_mark_text"
2727
android:imeActionLabel="@string/tips_ok"
2828
android:imeOptions="actionDone"
2929
android:scrollbars="vertical"

0 commit comments

Comments
 (0)