Skip to content

Commit

Permalink
SecondScreen 2.8 (release 2)
Browse files Browse the repository at this point in the history
* Use mathematically correct logo margin value for welcome screen
  • Loading branch information
farmerbb committed Jul 10, 2018
1 parent 18044b7 commit 3b5cd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
//noinspection OldTargetApi
targetSdkVersion 25

versionCode 177
versionCode 178
versionName "2.8"

resConfigs "en", "es", "fr", "sk"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
<dimen name="toast_y_offset">64dp</dimen>

<dimen name="adb_shell_command">12sp</dimen>
<dimen name="logo_margin">21dp</dimen>
<dimen name="logo_margin">20.51dp</dimen>
</resources>

0 comments on commit 3b5cd85

Please sign in to comment.