summaryrefslogtreecommitdiffstats
path: root/res/layout/bottom_actions.xml
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-04-21 20:19:30 -0700
committerGerrit Code Review <gerrit@cyngn.com>2015-04-22 19:57:10 +0000
commit2082fea1fbad21dc9d6e07c98151640bfbc169c2 (patch)
treecd9b9c6f33b5419e947fe1ed7db1069576cee7ce /res/layout/bottom_actions.xml
parent04e482b0fb116c5fd0be87add3192b93ec35be0a (diff)
downloadpackages_apps_ThemeChooser-2082fea1fbad21dc9d6e07c98151640bfbc169c2.tar.gz
packages_apps_ThemeChooser-2082fea1fbad21dc9d6e07c98151640bfbc169c2.tar.bz2
packages_apps_ThemeChooser-2082fea1fbad21dc9d6e07c98151640bfbc169c2.zip
Remove direct references to private framework resources
This will allow us to distribute the chooser. Private resources were either redefined in our xml or reflection is used to retrieve these values in code. Change-Id: I8c901abef6a5492094d4b86752368625a385bb47
Diffstat (limited to 'res/layout/bottom_actions.xml')
-rw-r--r--res/layout/bottom_actions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/bottom_actions.xml b/res/layout/bottom_actions.xml
index b2eb936..0797ced 100644
--- a/res/layout/bottom_actions.xml
+++ b/res/layout/bottom_actions.xml
@@ -77,5 +77,5 @@
<com.cyngn.theme.widget.NavBarSpace
android:layout_width="match_parent"
- android:layout_height="@*android:dimen/navigation_bar_height"/>
+ android:layout_height="@dimen/navigation_bar_height"/>
</LinearLayout> \ No newline at end of file