Bugfix
This commit is contained in:
parent
ecea1265e7
commit
20d3ae0e32
@ -57,7 +57,6 @@ object WidgetHelper {
|
|||||||
|
|
||||||
fun runWithCustomTypeface(context: Context, function: (typeface: Typeface?) -> Unit) {
|
fun runWithCustomTypeface(context: Context, function: (typeface: Typeface?) -> Unit) {
|
||||||
if (Preferences.customFontFile != "") {
|
if (Preferences.customFontFile != "") {
|
||||||
Log.d("ciao", Preferences.customFontFile)
|
|
||||||
val request = FontRequest(
|
val request = FontRequest(
|
||||||
"com.google.android.gms.fonts",
|
"com.google.android.gms.fonts",
|
||||||
"com.google.android.gms",
|
"com.google.android.gms",
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_centerInParent="true"
|
android:layout_centerInParent="true"
|
||||||
android:text="@string/action_choose_application"
|
android:text="@string/settings_custom_font_title"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
style="@style/AnotherWidget.Main.Title"/>
|
style="@style/AnotherWidget.Main.Title"/>
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user