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

Unverified Commit db06044c authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Remove colors not needed anymore

parent 022d6125
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
            android:id="@+id/name"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textColor="?android:attr/textColorPrimary"
            android:textAppearance="?attr/textAppearanceTitleMedium"
            tools:text="Android Jetpack libraries" />

+4 −5
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
                    android:layout_height="wrap_content"
                    android:layout_width="fill_parent"
                    android:textAppearance="?android:attr/textAppearanceSmall"
                    android:textColor="?android:attr/textColorPrimary"/>
                    />

            <EditText
                    android:id="@+id/account_name"
@@ -42,7 +42,6 @@
                    android:layout_height="wrap_content"
                    android:layout_width="fill_parent"
                    android:textAppearance="?android:attr/textAppearanceSmall"
                    android:textColor="?android:attr/textColorPrimary"
                    />

            <EditText
@@ -59,7 +58,7 @@
                    android:layout_height="wrap_content"
                    android:layout_width="fill_parent"
                    android:textAppearance="?android:attr/textAppearanceSmall"
                    android:textColor="?android:attr/textColorPrimary"/>
                    />

            <EditText
                    android:id="@+id/account_always_bcc"
@@ -86,7 +85,7 @@
                        android:layout_height="wrap_content"
                        android:layout_width="fill_parent"
                        android:textAppearance="?android:attr/textAppearanceSmall"
                        android:textColor="?android:attr/textColorPrimary"/>
                        />

                <EditText
                        android:id="@+id/account_signature"
@@ -100,7 +99,7 @@
                        android:layout_height="wrap_content"
                        android:layout_width="fill_parent"
                        android:textAppearance="?android:attr/textAppearanceSmall"
                        android:textColor="?android:attr/textColorPrimary"/>
                        />

                <RadioGroup
                        android:id="@+id/account_signature_location"
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
                android:layout_height="wrap_content"
                android:singleLine="true"
                android:ellipsize="end"
                android:textColor="?android:attr/textColorPrimary"
                android:textSize="@dimen/appTextSizeMedium"
                tools:text="@sample/accounts.json/data/name"/>

+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
        android:paddingStart="18dp"
        android:paddingEnd="4dp"
        android:paddingBottom="8dp"
        android:textColor="?android:attr/textColorPrimary"
        android:textAppearance="?android:attr/textAppearanceMedium"
        tools:text="@sample/accounts.json/data/name"/>

+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
        android:layout_height="wrap_content"
        android:singleLine="true"
        android:ellipsize="end"
        android:textColor="?android:attr/textColorPrimary"
        android:textAppearance="?attr/textAppearanceBodyLarge"
        tools:text="Initial identity" />

Loading