summaryrefslogtreecommitdiff
path: root/library/gingerbread/src/com/android
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2017-12-14 20:15:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-12-14 20:15:14 +0000
commit37ba83338aa29464357f4a03df8c7b4038d932e7 (patch)
treeb4c5050107f6658555662ddcaa68322b722fadbe /library/gingerbread/src/com/android
parent8f8401475a27d1a6a54ec8fbc12fea6f53a9bac7 (diff)
parent66815fe66392bcbb12e2fc93bbf326a5c2d8782f (diff)
downloadsetupwizard-37ba83338aa29464357f4a03df8c7b4038d932e7.tar.gz
Merge "Revert "Revert "Changes needed to upgrade to new gradle version"""
Diffstat (limited to 'library/gingerbread/src/com/android')
-rw-r--r--library/gingerbread/src/com/android/setupwizardlib/view/NavigationBarButton.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/gingerbread/src/com/android/setupwizardlib/view/NavigationBarButton.java b/library/gingerbread/src/com/android/setupwizardlib/view/NavigationBarButton.java
index 5172c47..d7a3c2e 100644
--- a/library/gingerbread/src/com/android/setupwizardlib/view/NavigationBarButton.java
+++ b/library/gingerbread/src/com/android/setupwizardlib/view/NavigationBarButton.java
@@ -16,6 +16,7 @@
package com.android.setupwizardlib.view;
+import android.annotation.SuppressLint;
import android.content.Context;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff;
@@ -30,6 +31,7 @@ import android.widget.Button;
* Button for navigation bar, which includes tinting of its compound drawables to be used for dark
* and light themes.
*/
+@SuppressLint("AppCompatCustomView")
public class NavigationBarButton extends Button {
public NavigationBarButton(Context context) {