layout correction + new version code

This commit is contained in:
m2049r 2017-11-05 01:01:36 +01:00
parent 3b1c3d564b
commit 62695af9c6
2 changed files with 20 additions and 18 deletions

View File

@ -8,7 +8,7 @@ android {
applicationId "com.m2049r.xmrwallet"
minSdkVersion 21
targetSdkVersion 25
versionCode 40
versionCode 41
versionName "1.2.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {

View File

@ -17,21 +17,23 @@
<TextView
android:id="@+id/tvName"
android:layout_marginStart="32dp"
android:layout_toStartOf="@+id/ibOptions"
style="@style/MoneroText.Label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="48dp"
android:layout_marginTop="16dp"
android:layout_toStartOf="@+id/ibOptions"
tools:text="My Wallet" />
<TextView
android:layout_toStartOf="@+id/ibOptions"
android:id="@+id/tvAddress"
android:layout_marginStart="32dp"
style="@style/MoneroText.Small"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/tvName"
android:layout_marginBottom="16dp"
android:layout_marginStart="48dp"
android:layout_toStartOf="@+id/ibOptions"
tools:text="4AdkPJox...g3viqCuk" />
<ImageButton