Skip to content

Commit

Permalink
Remove unused class and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Oct 1, 2024
1 parent 2db0624 commit 0298fe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.

This file was deleted.

28 changes: 1 addition & 27 deletions app/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="HeaderTextView">
<attr name="fontName" format="string" />
</declare-styleable>

<declare-styleable name="TitleWidget">
<declare-styleable name="MenuWidget">
<attr name="titleText" format="string" />
<attr name="summaryText" format="string" />
<attr name="iconSpaceReserved" format="boolean" />
</declare-styleable>

<declare-styleable name="MenuWidget">
<attr name="titleText" />
<attr name="summaryText" />
<attr name="icon" format="reference" />
<attr name="iconSpaceReserved" />
<attr name="showEndArrow" format="boolean" />
Expand Down Expand Up @@ -50,22 +40,6 @@
<attr name="iconSpaceReserved" />
</declare-styleable>

<declare-styleable name="FilePickerWidget">
<attr name="titleText" />
<attr name="summaryText" />
<attr name="buttonText" format="string" />
<attr name="filePickerType" format="string" />
</declare-styleable>

<declare-styleable name="RadioDialogWidget">
<attr name="titleText" />
<attr name="summaryText" />
<attr name="icon" />
<attr name="iconSpaceReserved" />
<attr name="entries" format="reference" />
<attr name="showSelectedPrefix" format="boolean" />
</declare-styleable>

<declare-styleable name="SelectableViewWidget">
<attr name="titleText" />
<attr name="descriptionText" format="reference" />
Expand Down

0 comments on commit 0298fe3

Please sign in to comment.