You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.6 KiB
37 lines
1.6 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="ProfilePicView">
|
|
<attr name="size" format="enum">
|
|
<enum name="tiny" value="0" />
|
|
<enum name="small" value="1" />
|
|
<enum name="regular" value="2" />
|
|
<enum name="large" value="3" />
|
|
</attr>
|
|
</declare-styleable>
|
|
<declare-styleable name="ChatMessageLayout">
|
|
<attr name="viewPartMain" format="reference" />
|
|
<attr name="viewPartInfo" format="reference" />
|
|
</declare-styleable>
|
|
|
|
<attr name="dmIncomingBgColor" format="reference" />
|
|
<attr name="dmOutgoingBgColor" format="reference" />
|
|
<attr name="dmDateHeaderBgColor" format="reference" />
|
|
<attr name="dmWaveformBgColor" format="reference" />
|
|
<attr name="dmWaveformProgressColor" format="reference" />
|
|
<attr name="dmInputTextColor" format="reference" />
|
|
|
|
<declare-styleable name="RecordView">
|
|
<attr name="slide_to_cancel_text" format="string" />
|
|
<attr name="slide_to_cancel_text_color" format="reference" />
|
|
<attr name="slide_to_cancel_arrow" format="reference" />
|
|
<attr name="slide_to_cancel_margin_right" format="dimension" />
|
|
<attr name="slide_to_cancel_bounds" format="dimension" />
|
|
<attr name="slide_to_cancel_arrow_color" format="reference" />
|
|
<attr name="counter_time_color" format="reference" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="WaveformSeekBar">
|
|
<attr name="waveformBackgroundColor" format="reference" />
|
|
<attr name="waveformProgressColor" format="reference" />
|
|
</declare-styleable>
|
|
</resources>
|