Skip to content

Commit

Permalink
Fixed the oval shape button to a Circle on the final screen of the We…
Browse files Browse the repository at this point in the history
…lcome section - Changed layout width and height of the button to 64dp ( Basically a square).
  • Loading branch information
sashpawar11 committed Aug 31, 2021
1 parent eb7e2ff commit cf7166f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions owncloudApp/src/main/res/drawable/round_button.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">

<solid android:color="@color/owncloud_blue_accent" />
<size android:width="64dp" android:height="64dp" />
</shape>
4 changes: 2 additions & 2 deletions owncloudApp/src/main/res/layout/whats_new_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<ImageButton
android:id="@+id/forward"
style="@style/Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="64dp"
android:layout_height="64dp"
android:layout_gravity="center"
android:padding="@dimen/standard_padding"
android:src="@drawable/ic_arrow_forward" />
Expand Down

0 comments on commit cf7166f

Please sign in to comment.