Defined the new style - PlayerActionsText

This commit is contained in:
shantanu1k 2022-11-01 21:23:55 +05:30
parent 8af36adae2
commit a72d4ec595

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources xmlns:tools="http://schemas.android.com/tools">
<style name="roundedImageViewRounded"> <style name="roundedImageViewRounded">
@ -91,6 +91,13 @@
</style> </style>
<style name="PlayerActionsText">
<item name="android:autoSizeTextType" tools:targetApi="o">uniform</item>
<item name="android:autoSizeMinTextSize" tools:targetApi="o">10sp</item>
<item name="android:maxLines">1</item>
<item name="android:gravity">bottom</item>
</style>
<style name="PlayerControlBottom"> <style name="PlayerControlBottom">
<item name="android:padding">9dp</item> <item name="android:padding">9dp</item>