layout correction + new version code
This commit is contained in:
parent
3b1c3d564b
commit
62695af9c6
|
@ -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 {
|
||||
|
|
|
@ -15,24 +15,26 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/selector_login">
|
||||
|
||||
<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"
|
||||
tools:text="My Wallet" />
|
||||
<TextView
|
||||
android:id="@+id/tvName"
|
||||
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"
|
||||
tools:text="4AdkPJox...g3viqCuk" />
|
||||
<TextView
|
||||
android:id="@+id/tvAddress"
|
||||
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
|
||||
android:id="@+id/ibOptions"
|
||||
|
|
Loading…
Reference in New Issue