full width amount fields

This commit is contained in:
m2049r 2017-11-18 13:10:34 +01:00
parent f1f2f250be
commit 97c6ba5334
2 changed files with 6 additions and 42 deletions

View File

@ -46,32 +46,14 @@
android:textAlignment="center"
tools:text="9wZnnNctRc7RaLya1rxykH21dUwfQpNGmVLjAvkvqe7nKT2Mw848AJNGMunW5xjoSZ5vCCU3uDnUoVqSSHxzRtQBE3f6crx" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:weightSum="12">
<Space
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1" />
<com.m2049r.xmrwallet.layout.ExchangeView
android:id="@+id/evAmount"
android:layout_width="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_marginTop="16dp"
android:layout_weight="10"
android:orientation="vertical" />
<Space
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@ -49,31 +49,13 @@
android:text="@string/send_qr_hint" />
</LinearLayout>
<LinearLayout
<com.m2049r.xmrwallet.layout.ExchangeView
android:id="@+id/evAmount"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:weightSum="12">
<Space
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1" />
<com.m2049r.xmrwallet.layout.ExchangeView
android:id="@+id/evAmount"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_marginTop="0dp"
android:layout_weight="10"
android:orientation="vertical" />
<Space
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1" />
</LinearLayout>
android:layout_marginBottom="16dp"
android:layout_marginTop="0dp"
android:orientation="vertical" />
<LinearLayout
android:layout_width="match_parent"