SetupWizard: Reveal the default wallpaper on oobe finish

Change-Id: I68a256853f256af3464da7eba57a307a810d80cd
This commit is contained in:
cretin45
2015-02-16 11:46:30 -08:00
parent aaec6f7e3e
commit 9d72db9dbe
23 changed files with 240 additions and 74 deletions

View File

@@ -17,7 +17,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/button_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="@color/button_bar_background">
<Button
style="@style/ButtonBar.Left"