feat(DecentralizationExplainerSheet): add button to open about page

This commit is contained in:
FineFindus
2024-03-17 15:55:14 +01:00
parent a488776daa
commit 4d91ff3866
3 changed files with 16 additions and 0 deletions

View File

@@ -174,5 +174,14 @@
style="@style/Widget.Mastodon.M3.Button.Filled"
android:text="@string/got_it"/>
<Button
android:id="@+id/btn_view_info"
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_marginBottom="8dp"
android:layout_marginHorizontal="16dp"
style="@style/Widget.Mastodon.M3.Button.Text"
android:text="@string/mo_instance_view_info"/>
</LinearLayout>
</org.joinmastodon.android.ui.views.CustomScrollView>