adding a hint placeholder at the old file renaming dialog

This commit is contained in:
tibbi 2019-07-31 23:19:50 +02:00
parent de202a4278
commit 3110ba7775
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ buildscript {
propMinSdkVersion = 21
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '5.15.17'
propVersionName = '5.15.18'
kotlin_version = '1.3.41'
}

View file

@ -11,6 +11,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/activity_margin"
android:hint="@string/string_to_add"
android:singleLine="true"
android:textCursorDrawable="@null"
android:textSize="@dimen/normal_text_size"/>