This commit is contained in:
Tommaso Berlose 2020-10-05 00:46:29 +02:00
parent ecea1265e7
commit 20d3ae0e32
2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,6 @@ object WidgetHelper {
fun runWithCustomTypeface(context: Context, function: (typeface: Typeface?) -> Unit) {
if (Preferences.customFontFile != "") {
Log.d("ciao", Preferences.customFontFile)
val request = FontRequest(
"com.google.android.gms.fonts",
"com.google.android.gms",

View File

@ -41,7 +41,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_centerInParent="true"
android:text="@string/action_choose_application"
android:text="@string/settings_custom_font_title"
android:gravity="center"
style="@style/AnotherWidget.Main.Title"/>
<androidx.appcompat.widget.AppCompatImageView