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

@@ -14,12 +14,16 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true">
<com.cyanogenmod.setupwizard.ui.widget.ScrimInsetsFrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clickable="true"
android:fitsSystemWindows="true"
app:insetForeground="@android:color/transparent">
<LinearLayout android:orientation="vertical"
android:layout_width="match_parent"
@@ -31,7 +35,7 @@
android:layout_weight="1"
style="@style/PageContainer"/>
<include layout="@layout/button_bar" />
<include layout="@layout/button_bar"/>
</LinearLayout>
@@ -41,5 +45,5 @@
android:background="@drawable/reveal"
android:visibility="invisible"/>
</FrameLayout>
</com.cyanogenmod.setupwizard.ui.widget.ScrimInsetsFrameLayout>