feet(watch): Fixed one inconsistent switch (#273)

* feet(watch): Fixed one inconsistent switch
This commit is contained in:
Sadwhy 2024-03-21 12:11:16 +06:00 committed by GitHub
parent 42f23e4345
commit e1b50c86f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,7 +154,7 @@
android:orientation="horizontal" android:orientation="horizontal"
android:visibility="gone"> android:visibility="gone">
<com.google.android.material.switchmaterial.SwitchMaterial <com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/animeSourceDubbed" android:id="@+id/animeSourceDubbed"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -162,7 +162,9 @@
android:padding="12dp" android:padding="12dp"
app:cornerRadius="0dp" app:cornerRadius="0dp"
app:showText="false" app:showText="false"
app:useMaterialThemeColors="true" /> android:scaleX="0.80"
android:scaleY="0.80"
app:useMaterialThemeColors="true"/>
<TextView <TextView
android:id="@+id/animeSourceDubbedText" android:id="@+id/animeSourceDubbedText"
@ -174,7 +176,7 @@
android:ellipsize="marquee" android:ellipsize="marquee"
android:fontFamily="@font/poppins_bold" android:fontFamily="@font/poppins_bold"
android:marqueeRepeatLimit="marquee_forever" android:marqueeRepeatLimit="marquee_forever"
android:paddingLeft="7dp" android:paddingLeft="5dp"
android:singleLine="true" android:singleLine="true"
android:textSize="14sp" android:textSize="14sp"
tools:text="Dubbed" /> tools:text="Dubbed" />
@ -373,3 +375,4 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>