Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Oct 5, 2023
1 parent a0073ef commit 7c8c208
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion onboard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.limurse'
artifactId = 'Omboard'
version = '1.1.1'
version = '1.1.2'
}
}
}
Expand Down
7 changes: 4 additions & 3 deletions onboard/src/main/res/layout/onboard_intro_layout2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@

<Button
android:id="@+id/sign_in_button"
android:layout_height="60dp"
android:layout_width="80dp"
android:layout_margin="12dp"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_margin="16dp"
android:text="@string/sign_in"
android:textColor="@color/white"
android:contentDescription="@string/onboard_sign_in_button"
android:background="@drawable/rounded_button"
android:visibility="gone"
Expand Down
1 change: 1 addition & 0 deletions onboard/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
<color name="onboard_default_selected_color">#FFFFFF</color>
<color name="onboard_navbar_color">#000000</color>
<color name="onboard_ripple_color">#1FFFFFFF</color>
<color name="white">#FFFFFF</color>
</resources>

0 comments on commit 7c8c208

Please sign in to comment.