Merge branch 'master' into udc

This commit is contained in:
Mygod
2023-04-08 16:36:35 -04:00
13 changed files with 36 additions and 42 deletions

View File

@@ -77,11 +77,11 @@
</LinearLayout>
<ViewStub
android:id="@+id/donations__more_stub"
<Button
android:id="@+id/donations__more_donate_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout="@layout/fragment_ebeg_more" />
android:text="@string/settings_misc_donate_more"/>
</LinearLayout>
</ScrollView>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Button
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/donations__more_donate_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/settings_misc_donate_more"
tools:viewBindingIgnore="true"/>