-
AlexanderAlferov authored
* Initial commit * Initial commit * Add "HighLightView" that allows setting caption text and allows children to be added to a constraint layout with gradient background. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
AlexanderAlferov authored* Initial commit * Initial commit * Add "HighLightView" that allows setting caption text and allows children to be added to a constraint layout with gradient background. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
attrs.xml 2.25 KiB
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CircleProgress">
<attr name="progressColor" format="color" />
<attr name="circleColor" format="color" />
<attr name="textColor" format="color" />
<attr name="progress" format="float" />
<attr name="circleWidth" format="float" />
<attr name="disableText" format="boolean" />
</declare-styleable>
<declare-styleable name="StepEntry">
<attr name="step_entry_icon" format="integer" />
<attr name="step_entry_final" format="boolean" />
</declare-styleable>
<declare-styleable name="SimpleStepEntry">
<attr name="simple_step_entry_title" format="string" />
<attr name="simple_step_entry_text" format="string" />
</declare-styleable>
<declare-styleable name="BulletPointList">
<attr name="entries" format="reference" />
</declare-styleable>
<declare-styleable name="TestResultSection">
<attr name="test_result_section_headline" format="string" />
<attr name="test_result_section_content" format="string" />
<attr name="test_result_section_status_icon" format="reference" />
<attr name="test_result_section_registered_at_text" format="string" />
</declare-styleable>
<declare-styleable name="TracingCardInfoRow">
<attr name="android:text" />
<attr name="android:textColor" />
<attr name="android:icon" />
<attr name="compatIconTint" format="reference" />
</declare-styleable>
<declare-styleable name="TracingDetailsBehaviorRow">
<attr name="android:text" />
<attr name="android:textColor" />
<attr name="android:icon" />
<attr name="android:backgroundTint" />
<attr name="android:foregroundTint" />
</declare-styleable>
<declare-styleable name="MoreInformationView">
<attr name="isTopDividerVisible" format="boolean" />
<attr name="isBottomDividerVisible" format="boolean" />
<attr name="titleText" format="string" localization="suggested" />
<attr name="subtitleText" format="string" />
</declare-styleable>
<declare-styleable name="TraceLocationHighlightView">
<attr name="android:text" />
</declare-styleable>
</resources>