(misc) tweak setup

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/300/head
androidacy-user 1 year ago
parent b0e00085a1
commit 61117ed065

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="?attr/colorControlNormal"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M20,2L8,2c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2L22,4c0,-1.1 -0.9,-2 -2,-2zM12.5,14L9,10.5l1.4,-1.4 2.1,2.1L17.6,6 19,7.4 12.5,14zM4,6L2,6v14c0,1.1 0.9,2 2,2h14v-2L4,20L4,6z"/>
</vector>

@ -270,25 +270,16 @@
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:layout_marginHorizontal="2dp"
android:layout_marginVertical="4dp"
android:textColorLink="@color/blue"
android:text="@string/eula_agree"
android:textAppearance="@android:style/TextAppearance.Material.Small"
android:drawableStart="@drawable/ic_baseline_list_24"
android:drawableStart="@drawable/baseline_library_add_check_24"
android:drawablePadding="8dp" />
</LinearLayout>

@ -30,4 +30,5 @@
<color name="gray_700">#616161</color>
<color name="gray_600">#757575</color>
<color name="gray_500">#9E9E9E</color>
<color name="blue">#2196F3</color>
</resources>

@ -333,7 +333,8 @@
<string name="update_button">Please wait…</string>
<string name="error_no_extras">ERROR: Invalid data received on launch</string>
<string name="update_debug_warning">You appear to be running a debug build. Debug builds must be updated manually, and do not support in-app updates</string>
<string name="error_no_action">ERROR: Invalid action specified. Refusing to continue.</string><string name="update_available">Update found</string>
<string name="error_no_action">ERROR: Invalid action specified. Refusing to continue.</string>
<string name="update_available">Update found</string>
<string name="checking_for_update">Checking for updates…</string>
<string name="no_update_available">You\'re up to date!</string>
<string name="download_update">Download update</string>
@ -401,6 +402,5 @@
<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>
<string name="eula_agree">By clicking "finish", you are agreeing to be bound by the LGPL-3.0 (https://www.gnu.org/licenses/lgpl-3.0.en.html) license and the EULA (https://www.androidacy.com/foxmmm-eula/)</string>
</resources>

Loading…
Cancel
Save