Skip to content

Commit

Permalink
Merge pull request #3364 from sashpawar11/master
Browse files Browse the repository at this point in the history
[FIX] Oval Shape button to a Circle in the What's New screen section
  • Loading branch information
abelgardep authored Sep 1, 2021
2 parents eb7e2ff + 71545f1 commit 47dca64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 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="48dp" android:height="48dp" />
</shape>
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,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
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="48dp"
android:layout_height="48dp"
android:layout_gravity="center"
android:padding="@dimen/standard_padding"
android:src="@drawable/ic_arrow_forward" />
Expand Down

0 comments on commit 47dca64

Please sign in to comment.