Skip to content

Commit

Permalink
Fix menu avatarview no longer rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafizzle committed Sep 22, 2023
1 parent 33c779d commit 8014106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Habitica/res/layout/drawer_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:background="?colorPrimaryOffset"
android:baselineAligned="false">

<FrameLayout
<com.habitrpg.android.habitica.ui.RoundedFrameLayout
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginEnd="@dimen/spacing_large"
Expand All @@ -30,7 +30,7 @@
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_gravity="center"/>
</FrameLayout>
</com.habitrpg.android.habitica.ui.RoundedFrameLayout>
<LinearLayout
android:layout_width="0dp"
android:layout_weight="1"
Expand Down

0 comments on commit 8014106

Please sign in to comment.