File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" >
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"
You can’t perform that action at this time.
0 commit comments