mirror of https://github.com/m2049r/xmrwallet.git
fix spend amount & new version (#635)
This commit is contained in:
parent
9f01155cb7
commit
a4b9a7c6fb
|
@ -7,8 +7,8 @@ android {
|
||||||
applicationId "com.m2049r.xmrwallet"
|
applicationId "com.m2049r.xmrwallet"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 191
|
versionCode 193
|
||||||
versionName "1.12.1 'Caerbannog'"
|
versionName "1.12.3 'Caerbannog'"
|
||||||
|
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
|
@ -26,12 +26,11 @@
|
||||||
<android.support.design.widget.TextInputEditText
|
<android.support.design.widget.TextInputEditText
|
||||||
android:id="@+id/etAmountA"
|
android:id="@+id/etAmountA"
|
||||||
style="@style/MoneroText.Balance.Orange"
|
style="@style/MoneroText.Balance.Orange"
|
||||||
android:layout_width="0dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center|start"
|
android:layout_gravity="center|start"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:layout_weight="3"
|
android:layout_weight="3"
|
||||||
android:hint="@string/send_amount_hint"
|
|
||||||
android:imeOptions="actionDone"
|
android:imeOptions="actionDone"
|
||||||
android:inputType="numberDecimal"
|
android:inputType="numberDecimal"
|
||||||
android:padding="4dp"
|
android:padding="4dp"
|
||||||
|
@ -65,7 +64,6 @@
|
||||||
android:layout_gravity="center|start"
|
android:layout_gravity="center|start"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
android:layout_weight="3"
|
android:layout_weight="3"
|
||||||
android:hint="@string/send_amount_hint"
|
|
||||||
android:padding="4dp"
|
android:padding="4dp"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
tools:text="87.00000" />
|
tools:text="87.00000" />
|
||||||
|
|
Loading…
Reference in New Issue