mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-27 08:29:31 -05:00
68 lines
2.4 KiB
Diff
68 lines
2.4 KiB
Diff
From 049461e47bc551e19486a29e675e4da86551a29d Mon Sep 17 00:00:00 2001
|
|
From: Tad <tad@spotco.us>
|
|
Date: Wed, 28 Mar 2018 01:12:50 -0400
|
|
Subject: [PATCH] Remove logo, until we can replace it
|
|
|
|
Change-Id: Id392a232b77120137438e150b2cec4b4094035cd
|
|
---
|
|
res/layout/finish_activity.xml | 14 +-------------
|
|
res/layout/welcome_activity.xml | 12 ------------
|
|
2 files changed, 1 insertion(+), 25 deletions(-)
|
|
|
|
diff --git a/res/layout/finish_activity.xml b/res/layout/finish_activity.xml
|
|
index 75472da..5d9ecd1 100644
|
|
--- a/res/layout/finish_activity.xml
|
|
+++ b/res/layout/finish_activity.xml
|
|
@@ -32,18 +32,6 @@
|
|
android:orientation="vertical"
|
|
android:background="@color/primary">
|
|
|
|
- <ImageView
|
|
- android:id="@+id/brand_logo"
|
|
- android:layout_width="match_parent"
|
|
- android:layout_height="0px"
|
|
- android:layout_weight="1"
|
|
- android:src="@drawable/logo"
|
|
- android:adjustViewBounds="true"
|
|
- android:scaleType="fitCenter"
|
|
- android:gravity="center"
|
|
- android:padding="@dimen/content_margin_left"/>
|
|
-
|
|
-
|
|
<fragment android:name="com.android.setupwizard.navigationbar.SetupWizardNavBar"
|
|
android:id="@+id/navigation_bar"
|
|
style="@style/setup_wizard_navbar_style" />
|
|
@@ -56,4 +44,4 @@
|
|
android:background="@drawable/reveal"
|
|
android:visibility="invisible"/>
|
|
|
|
-</com.cyanogenmod.setupwizard.widget.ScrimInsetsFrameLayout>
|
|
\ No newline at end of file
|
|
+</com.cyanogenmod.setupwizard.widget.ScrimInsetsFrameLayout>
|
|
diff --git a/res/layout/welcome_activity.xml b/res/layout/welcome_activity.xml
|
|
index 8495023..d277f87 100644
|
|
--- a/res/layout/welcome_activity.xml
|
|
+++ b/res/layout/welcome_activity.xml
|
|
@@ -24,18 +24,6 @@
|
|
android:orientation="vertical"
|
|
android:background="@color/primary">
|
|
|
|
- <ImageView
|
|
- android:id="@+id/brand_logo"
|
|
- android:layout_width="match_parent"
|
|
- android:layout_height="0px"
|
|
- android:layout_weight="1"
|
|
- android:src="@drawable/logo"
|
|
- android:adjustViewBounds="true"
|
|
- android:scaleType="fitCenter"
|
|
- android:gravity="center"
|
|
- android:padding="@dimen/content_margin_left"/>
|
|
-
|
|
-
|
|
<fragment android:name="com.android.setupwizard.navigationbar.SetupWizardNavBar"
|
|
android:id="@+id/navigation_bar"
|
|
style="@style/setup_wizard_navbar_style" />
|
|
--
|
|
2.16.3
|
|
|