switch donate layout grid from 3 to 2 columns to handle longer URLs

This commit is contained in:
Hans-Christoph Steiner 2020-06-16 10:59:34 +02:00
parent 23bd3b81dd
commit c9178d1a08

View File

@ -29,7 +29,7 @@
android:id="@+id/donation_options" android:id="@+id/donation_options"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
app:columnCount="3" /> app:columnCount="2" />
</LinearLayout> </LinearLayout>
</android.support.v7.widget.CardView> </android.support.v7.widget.CardView>