(misc) minor setup tweaks

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/300/head
androidacy-user 1 year ago
parent 63b407cb15
commit 85f41657dd

@ -262,6 +262,35 @@
android:textAppearance="@android:style/TextAppearance.Material.Small"
android:visibility="gone" />
<!-- licenses, disclaimers, and EULA -->
<com.google.android.material.textview.MaterialTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="2dp"
android:text="@string/other_section"
android:textAppearance="@android:style/TextAppearance.Material.Headline" />
<!-- text that links to the lgpl license -->
<com.google.android.material.textview.MaterialTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autoLink="web"
android:layout_margin="2dp"
android:text="@string/license_lgpl"
android:textAppearance="@android:style/TextAppearance.Material.Small"
android:drawableStart="@drawable/ic_baseline_list_24"
android:drawablePadding="8dp"/>
<com.google.android.material.textview.MaterialTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autoLink="web"
android:layout_margin="2dp"
android:text="@string/eula_agree"
android:textAppearance="@android:style/TextAppearance.Material.Small"
android:drawableStart="@drawable/ic_baseline_list_24"
android:drawablePadding="8dp" />
</LinearLayout>
</ScrollView>

@ -98,6 +98,7 @@
android:layout_height="wrap_content"
android:layout_marginVertical="2dp"
android:padding="4dp"
android:autoLink="all"
android:text="@string/loading"
android:textAppearance="?attr/textAppearanceBodyMedium"
android:textColor="?android:attr/textColorSecondary"

@ -400,4 +400,7 @@
<string name="blur_desc">Creates a blur effect behind some dialogs and elements. Note that blur may not perform well on some devices and may not work for everyone.</string>
<string name="error_encrypted_shared_preferences">An error occurred reading shared preferences. Please reset the app.</string>
<string name="showcase_mode_dialogue_message">An app restart is required to enable showcase mode.</string>
<string name="other_section">Other</string>
<string name="license_lgpl">This app is licensed under the LGPL-3.0, found at https://www.gnu.org/licenses/lgpl-3.0.en.html</string>
<string name="eula_agree">By using this app, you are agreeing to the EULA in addition to the terms set forth in the LGPL, found at https://www.androidacy.com/foxmmm-eula/</string>
</resources>

Loading…
Cancel
Save