diff --git a/app/build.gradle b/app/build.gradle index 14ee26ed..3441bb25 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { applicationId "com.m2049r.xmrwallet" minSdkVersion 21 targetSdkVersion 25 - versionCode 37 + versionCode 38 versionName "1.1.7" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { diff --git a/app/src/main/res/layout/fragment_send.xml b/app/src/main/res/layout/fragment_send.xml index 1ef58ea4..29d5fd2c 100644 --- a/app/src/main/res/layout/fragment_send.xml +++ b/app/src/main/res/layout/fragment_send.xml @@ -29,7 +29,7 @@ app:errorEnabled="true"> <android.support.design.widget.TextInputEditText - style="@style/MoneroEdit.Medium" + style="@style/MoneroEdit" android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/send_address_hint"