Skip to content

Commit

Permalink
change swap menu UI, update SPV, b268 (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
MIPPL committed Apr 7, 2020
1 parent 0ac8bb0 commit d55149b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId = 'com.wagerrwallet'
minSdkVersion 23
targetSdkVersion 28
versionCode 265
versionName "265"
versionCode 268
versionName "268"
multiDexEnabled true

// Similar to other properties in the defaultConfig block,
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginLeft="6dp"
android:layout_marginRight="20dp"
android:layout_marginTop="16dp"
android:clickable="false"
android:drawablePadding="8dp"
android:focusable="false"
android:paddingBottom="4dp"
android:text="by instaswap.io"
android:layout_toEndOf="@id/swap_label"
android:text="WGT/BTC"
android:layout_alignParentEnd="true"
android:layout_alignBottom="@id/swap_label"
android:textSize="15sp"
android:textColor="@color/white"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
<string name="NodeSelector.CurrentHeight">Current Height</string>
<string name="NodeSelector.LastBlockHash">Last block hash</string>
<string name="MenuButton.Events">Sports Betting</string>
<string name="MenuButton.Swaps">InstaSwap</string>
<string name="MenuButton.Swaps">InstaSwap.io</string>
<string name="Events.Sport">Sport</string>
<string name="Events.Tournament">Tournament</string>
<string name="Events.Round">Round</string>
Expand Down

0 comments on commit d55149b

Please sign in to comment.