mirror of https://github.com/m2049r/xmrwallet.git
normal font for receiver
This commit is contained in:
parent
2fa48d7441
commit
1ddc3d6b58
|
@ -8,7 +8,7 @@ android {
|
||||||
applicationId "com.m2049r.xmrwallet"
|
applicationId "com.m2049r.xmrwallet"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 37
|
versionCode 38
|
||||||
versionName "1.1.7"
|
versionName "1.1.7"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
app:errorEnabled="true">
|
app:errorEnabled="true">
|
||||||
|
|
||||||
<android.support.design.widget.TextInputEditText
|
<android.support.design.widget.TextInputEditText
|
||||||
style="@style/MoneroEdit.Medium"
|
style="@style/MoneroEdit"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="@string/send_address_hint"
|
android:hint="@string/send_address_hint"
|
||||||
|
|
Loading…
Reference in New Issue