Stop using framework-private switch asset

BUG: 16467249
Change-Id: I0829c3dea522cf59e0f92046ea7c6092d416ad4c
This commit is contained in:
Alan Viverette
2014-07-22 16:11:01 -07:00
parent 6d839875b7
commit 09be4b3c87
5 changed files with 8 additions and 67 deletions

View File

@@ -31,7 +31,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:background="@null" />
android:background="@null"
android:theme="@style/ThemeOverlay.SwitchBar" />
</merge>