Skip to content

Commit

Permalink
layout correction + new version code
Browse files Browse the repository at this point in the history
  • Loading branch information
m2049r committed Nov 5, 2017
1 parent 3b1c3d5 commit 62695af
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
36 changes: 19 additions & 17 deletions app/src/main/res/layout/item_wallet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 62695af

Please sign in to comment.