diff options
| author | 2014-03-21 18:00:09 +0000 | |
|---|---|---|
| committer | 2014-03-21 18:00:09 +0000 | |
| commit | aa0fa8eb08043e4c070c6c0db07678cf1f8f8a99 (patch) | |
| tree | 61150830630f8a548a7420a71a75b7d8f0a6dd50 | |
| parent | 8f2c3252f155bf03206f879e0b89a0e32e3c6e7c (diff) | |
| parent | cedbfad48753b4e266405f677cd0f13156d0c61d (diff) | |
am cedbfad4: Fix link in documentation for SWIPE_TO_DISMISS.
* commit 'cedbfad48753b4e266405f677cd0f13156d0c61d':
Fix link in documentation for SWIPE_TO_DISMISS.
| -rw-r--r-- | core/res/res/values/attrs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 1eb75d89edb6..1dda8bfa58eb 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -448,7 +448,7 @@ <attr name="windowTranslucentNavigation" format="boolean" /> <!-- Flag to indicate that a window can be swiped away to be dismissed. - Corresponds to {@link android.view.Window.FEATURE_SWIPE_TO_DISMISS} --> + Corresponds to {@link android.view.Window#FEATURE_SWIPE_TO_DISMISS} --> <attr name="windowSwipeToDismiss" format="boolean" /> <!-- ============ --> |