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

Commit b71e554d authored by Evan Millar's avatar Evan Millar
Browse files

Add drop shadow to contact name in ContactHeaderWidget

Change-Id: Ieb6555bfca014b98567d1a981eaeb04e887e4dff
parent 1cdb55aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@
        android:ellipsize="end"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:textStyle="bold"
        android:shadowColor="#BB000000"
        android:shadowRadius="2.75"
        />

    <TextView android:id="@+id/phonetic_name"
+2 −0
Original line number Diff line number Diff line
@@ -24,4 +24,6 @@
    android:singleLine="true"
    android:ellipsize="end"
    android:layout_gravity="center_vertical"
    android:shadowColor="#BB000000"
    android:shadowRadius="2.75"
    />