Relative text size widget count

pull/209/head
M66B 3 years ago
parent 86b2e5347d
commit 38799fe4a3

@ -38,7 +38,7 @@
android:text="\?" android:text="\?"
android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="@color/colorWidgetForeground" android:textColor="@color/colorWidgetForeground"
android:textSize="12dp" android:textSize="12sp"
android:textStyle="bold" /> android:textStyle="bold" />
<TextView <TextView
@ -53,7 +53,7 @@
android:text="account" android:text="account"
android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="@color/colorWidgetForeground" android:textColor="@color/colorWidgetForeground"
android:textSize="12dp" android:textSize="12sp"
android:visibility="gone" /> android:visibility="gone" />
</RelativeLayout> </RelativeLayout>
</FrameLayout> </FrameLayout>
Loading…
Cancel
Save