mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 23:47:26 +00:00
Use waveform seek bar for audio message view.
This commit is contained in:
@@ -287,4 +287,20 @@
|
||||
<attr name="labeledEditText_background" format="color" />
|
||||
<attr name="labeledEditText_textLayout" format="reference" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="WaveformSeekBar">
|
||||
<attr name="wave_progress" format="float"/>
|
||||
<attr name="wave_width" format="dimension"/>
|
||||
<attr name="wave_gap" format="dimension"/>
|
||||
<attr name="wave_min_height" format="dimension"/>
|
||||
<attr name="wave_corner_radius" format="dimension"/>
|
||||
<attr name="wave_background_color" format="color"/>
|
||||
<attr name="wave_progress_color" format="color"/>
|
||||
<!-- Corresponds to WaveformSeekBar.WaveGravity enum. -->
|
||||
<attr name="wave_gravity" format="enum">
|
||||
<enum name="top" value="1" />
|
||||
<enum name="center" value="2" />
|
||||
<enum name="bottom" value="3" />
|
||||
</attr>
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user