Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a3a84f6 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Theme app according to our palette

parent d8dae555
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ android_app {
        "SystemUISharedLib",
        "org.lineageos.platform.internal",
        "androidx.browser_browser",
        "elib",
    ],

    libs: ["telephony-common"],
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
    android:viewportWidth="1024.0"
    android:viewportHeight="1024.0">
    <path
        android:fillColor="#FFFFFF"
        android:fillColor="@color/e_alpha_base"
        android:pathData="M511.9,578.8c-65.6,0 -119,-53.4 -119,-119c0,-65.6 53.4,-119 119,-119s119,53.4 119,119c0,12.4 -10.1,22.5 -22.5,22.5h-96.5c-12.4,0 -22.5,-10.1 -22.5,-22.5c0,-12.4 10.1,-22.5 22.5,-22.5h70.5c-9.5,-29.8 -37.6,-51.5 -70.5,-51.5c-40.8,0 -74,33.2 -74,74c0,40.8 33.2,74 74,74c12.4,0 22.5,10.1 22.5,22.5C534.4,568.7 524.3,578.8 511.9,578.8z" />
</vector>
+25 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (c) 2018-2022 E FOUNDATION

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="56dp"
    android:height="56dp"
    android:viewportWidth="56"
    android:viewportHeight="56">
  <path
      android:pathData="M28.098,55.958C12.721,55.958 0.211,43.448 0.211,28.07C0.211,12.693 12.721,0.183 28.098,0.183C43.476,0.183 55.986,12.693 55.986,28.07C55.986,30.983 53.626,33.342 50.714,33.342H28.098C25.186,33.342 22.826,30.983 22.826,28.07C22.826,25.158 25.186,22.798 28.098,22.798H44.624C42.387,15.804 35.826,10.727 28.098,10.727C18.536,10.727 10.755,18.508 10.755,28.07C10.755,37.635 18.536,45.414 28.098,45.414C31.011,45.414 33.37,47.773 33.37,50.686C33.37,53.598 31.011,55.958 28.098,55.958Z"
      android:fillColor="@color/e_alpha_base"/>
</vector>
+2 −1
Original line number Diff line number Diff line
@@ -44,7 +44,8 @@
                    <TextView
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        style="@style/SudItemTitle.GlifDescription"
                        android:textSize="16sp"
                        android:textColor="?android:attr/textColorPrimary"
                        android:text="@string/e_account_manager_setup_summary" />

                    <Button
+16 −40
Original line number Diff line number Diff line
@@ -10,42 +10,9 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1"
            android:orientation="vertical"
            android:gravity="center_vertical">

            <Space
                android:layout_width="match_parent"
                android:layout_height="0dp"
                android:layout_weight="2" />

            <ImageView
                android:id="@+id/brand_logo"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:adjustViewBounds="true"
                android:scaleType="centerCrop"
                android:src="@drawable/logo" />

            <Space
    <RelativeLayout
        android:layout_width="match_parent"
                android:layout_height="0dp"
                android:layout_weight="0.5" />
        </LinearLayout>

        <LinearLayout
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="bottom"
            android:orientation="vertical">
        android:layout_height="match_parent" >

            <LinearLayout
                style="@style/SudContentFrame"
@@ -57,6 +24,15 @@
                android:paddingEnd="@dimen/welcome_content_container_padding_end"
                android:paddingBottom="@dimen/welcome_content_container_padding_bottom">

                <ImageView
                android:id="@+id/brand_logo"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:scaleType="centerCrop"
                android:src="@drawable/welcome_logo"
                android:adjustViewBounds="true"
                android:layout_marginBottom="32dp" />

                <TextView
                    style="@style/WelcomeTitle"
                    android:id="@+id/welcome_title"
@@ -78,6 +54,7 @@
                        style="@style/SudGlifButton.Secondary"
                        android:layout_width="fill_parent"
                        android:layout_height="fill_parent"
                        android:layout_marginTop="50dp"
                        android:layout_gravity="center_vertical"
                        android:drawableStart="@drawable/ic_eye"
                        android:gravity="start|center"
@@ -88,13 +65,13 @@
                </LinearLayout>
            </LinearLayout>

        </LinearLayout>

        <LinearLayout
            style="@style/SudGlifButtonBar.Stackable"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="bottom">
            android:layout_gravity="bottom"
            android:layout_alignParentBottom="true">

            <Button
                android:id="@+id/emerg_dialer"
@@ -107,7 +84,6 @@
                android:layout_width="0.0dip"
                android:layout_height="0.0dip"
                android:layout_weight="1.0" />

            <Button
                android:id="@id/start"
                style="@style/SudGlifButton.Primary"
@@ -115,5 +91,5 @@
                android:layout_height="wrap_content"
                android:text="@string/start" />
        </LinearLayout>
    </LinearLayout>
    </RelativeLayout>
</com.google.android.setupdesign.GlifLayout>
 No newline at end of file
Loading