Skip to content

Commit

Permalink
Fixed Circle button to display correctly on Small and Large Screens
Browse files Browse the repository at this point in the history
  • Loading branch information
sashpawar11 committed Sep 1, 2021
1 parent cf7166f commit 71545f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion owncloudApp/src/main/res/drawable/round_button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
android:shape="oval">

<solid android:color="@color/owncloud_blue_accent" />
<size android:width="64dp" android:height="64dp" />
<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="64dp"
android:layout_height="64dp"
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 71545f1

Please sign in to comment.