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

Commit d9999321 authored by Yorke Lee's avatar Yorke Lee
Browse files

Style and layout changes to match redlines

* Swapped out some icons with newly added assets.
* Changed search view into edit text with accompanying close button
so that it can be more easily styled.
* Changed various background colors.
* Tweaked padding values to match redlines
* Removed margins from PhoneFavoriteRegularRowView and PhoneFavoriteTileView
and instead use a standardized set of margins for all rows in
PhoneFavoritesTileAdapter
* Added bottom_border_background drawable to create a bordered background.
* Remove PhoneFavoritesTileAdapter.ViewTypes.STARRED/STARRED_PHONE since
they are no longer relevant

Change-Id: I65dfd5adf6cfbcb2c9d283aef2bd10e5d2a82dc7
parent 7025bfa5
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -176,11 +176,10 @@
                <category android:name="android.intent.category.TAB" />
            </intent-filter>
             -->

        </activity>

        <activity android:name="com.android.dialer.calllog.NewCallLogActivity"
                  android:label="@string/recentCallsIconLabel"
                  android:label="@string/call_log_activity_title"
                  android:theme="@style/NewDialtactsTheme"
                  android:screenOrientation="portrait"
                  android:icon="@mipmap/ic_launcher_phone">
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
-->
<objectAnimator
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:interpolator="@android:anim/linear_interpolator"
    android:interpolator="@android:anim/decelerate_interpolator"
    android:valueFrom="0.67"
    android:valueTo="0"
    android:valueType="floatType"
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
-->
<objectAnimator
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:interpolator="@android:anim/linear_interpolator"
    android:interpolator="@android:anim/decelerate_interpolator"
    android:valueFrom="0"
    android:valueTo="0.67"
    android:valueType="floatType"
+1.66 KiB
Loading image diff...
+956 B
Loading image diff...
Loading