Skip to content

Commit

Permalink
Update amiibo_large_card.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart authored Sep 20, 2024
1 parent 2cd42a8 commit 26ac726
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/src/main/res/layout/amiibo_large_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
app:cardCornerRadius="@dimen/list_card_radius"
app:cardUseCompatPadding="false">

<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">

<LinearLayout
android:id="@+id/highlight"
android:layout_width="match_parent"
Expand Down Expand Up @@ -188,4 +192,5 @@
app:popupTheme="@style/ThemeOverlay.PopupTheme" />
</LinearLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>
</ScrollView>
</androidx.cardview.widget.CardView>

0 comments on commit 26ac726

Please sign in to comment.