diff options
| author | Jules Aguillon | 2023-08-10 19:13:12 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-08-16 12:21:25 +0200 |
| commit | 4584e8289b241595e256b74787d8fbe650bb57cd (patch) | |
| tree | 22ed4ce457592311194a46bb27ffb3003602ef0f /res | |
| parent | febc23776fcf6c0a198cec442523cd0570999c15 (diff) | |
| download | unexpected-keyboard-4584e8289b241595e256b74787d8fbe650bb57cd.tar.gz unexpected-keyboard-4584e8289b241595e256b74787d8fbe650bb57cd.zip | |
Remove unused class LayoutListPreference
This class is not used since the introduction of [LayoutsPreference].
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/attrs.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 693ef89..b012a7c 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -3,7 +3,4 @@ <declare-styleable name="ExtraKeyCheckBoxPreference"> <attr name="index" format="integer"/> </declare-styleable> - <declare-styleable name="LayoutListPreference"> - <attr name="defaultString" format="string"/> - </declare-styleable> </resources> |
