mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Defined the new style - PlayerActionsText
This commit is contained in:
parent
8af36adae2
commit
a72d4ec595
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<style name="roundedImageViewRounded">
|
||||
|
||||
@ -91,6 +91,13 @@
|
||||
|
||||
</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">
|
||||
|
||||
<item name="android:padding">9dp</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user