aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@cyanogenmoditalia.it>2016-06-01 20:40:45 +0200
committerLuca Stefani <luca020400@lineageos.org>2017-03-29 18:42:08 +0200
commit53fc7fd7190f831aa5c5e0b3dad2497a031b2aee (patch)
treee9b3e2934a32eb49534b3ca4dd7a5d197fc43e7b
parent53465436a0afc0db54fda18561858291ad1aa85b (diff)
downloadandroid_external_ahbottomnavigation-cm-14.1.tar.gz
android_external_ahbottomnavigation-cm-14.1.tar.bz2
android_external_ahbottomnavigation-cm-14.1.zip
ahbottomnavigation: use right background resourcescm-14.1
Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
-rw-r--r--ahbottomnavigation/src/main/res/layout-v21/bottom_navigation_item.xml2
-rw-r--r--ahbottomnavigation/src/main/res/layout-v21/bottom_navigation_small_item.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ahbottomnavigation/src/main/res/layout-v21/bottom_navigation_item.xml b/ahbottomnavigation/src/main/res/layout-v21/bottom_navigation_item.xml
index 743e78f..a90b57e 100644
--- a/ahbottomnavigation/src/main/res/layout-v21/bottom_navigation_item.xml
+++ b/ahbottomnavigation/src/main/res/layout-v21/bottom_navigation_item.xml
@@ -5,7 +5,7 @@
android:id="@+id/bottom_navigation_container"
android:layout_width="match_parent"
android:layout_height="@dimen/bottom_navigation_height"
- android:background="?selectableItemBackgroundBorderless"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
android:minWidth="@dimen/bottom_navigation_min_width"
android:paddingLeft="@dimen/bottom_navigation_padding_left"
android:paddingRight="@dimen/bottom_navigation_padding_right">
diff --git a/ahbottomnavigation/src/main/res/layout-v21/bottom_navigation_small_item.xml b/ahbottomnavigation/src/main/res/layout-v21/bottom_navigation_small_item.xml
index 0225195..353d148 100644
--- a/ahbottomnavigation/src/main/res/layout-v21/bottom_navigation_small_item.xml
+++ b/ahbottomnavigation/src/main/res/layout-v21/bottom_navigation_small_item.xml
@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/bottom_navigation_height"
- android:background="?selectableItemBackgroundBorderless"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
android:minWidth="@dimen/bottom_navigation_min_width">
<ImageView