Skip to content

Commit

Permalink
Merge pull request #8 from dji-sdk/bugfix/github-issue-7-resource-lin…
Browse files Browse the repository at this point in the history
…king-failed

Fixed resource linking error by adding missing attributes
  • Loading branch information
alainpimentel committed Jun 2, 2020
2 parents 7c0b111 + 778add1 commit 356c73c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions android-uxsdk-beta-core/src/main/res/values/attrs.xml
Expand Up @@ -110,6 +110,7 @@
<attr name="uxsdk_titleTextAppearance" format="reference" />
<attr name="uxsdk_titleTextSize" format="dimension" />
<attr name="uxsdk_titleTextColor" format="color|reference" />
<attr name="uxsdk_titleTextBackground" format="reference"/>

<declare-styleable name="BatteryWidget">
<attr name="uxsdk_voltageVisibility" format="boolean" />
Expand Down
8 changes: 4 additions & 4 deletions android-uxsdk-beta-visualcamera/src/main/res/values/attrs.xml
Expand Up @@ -102,10 +102,10 @@
<attr name="uxsdk_capacityValueTextColor" />
<attr name="uxsdk_capacityValueTextBackground" />
<attr name="uxsdk_capacityValueTextSize" />
<attr name="uxsdk_cameraColorTextAppearance" />
<attr name="uxsdk_cameraColorTextColor" />
<attr name="uxsdk_cameraColorTextBackground" />
<attr name="uxsdk_cameraColorTextSize" />
<attr name="uxsdk_cameraColorTextAppearance" format="reference"/>
<attr name="uxsdk_cameraColorTextColor" format="color"/>
<attr name="uxsdk_cameraColorTextBackground" format="reference"/>
<attr name="uxsdk_cameraColorTextSize" format="dimension"/>
</declare-styleable>

<declare-styleable name="CameraConfigSSDWidget">
Expand Down

0 comments on commit 356c73c

Please sign in to comment.