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

Commit 3e9032e6 authored by Daniel Lehmann's avatar Daniel Lehmann Committed by Android (Google) Code Review
Browse files

Merge "Increase name-label height so that "g" isn't cut off anymore. Decrease...

Merge "Increase name-label height so that "g" isn't cut off anymore. Decrease header height so that no resizes are required after background loading for most contacts Bug:2542703 Bug:2549485" into froyo
parents 0737d77a d07950f0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -175,7 +175,6 @@ public class ContactHeaderWidget extends FrameLayout implements View.OnClickList

        mDisplayNameView = (TextView) findViewById(R.id.name);
        mAggregateBadge = findViewById(R.id.aggregate_badge);
        mAggregateBadge.setVisibility(View.GONE);

        mPhoneticNameView = (TextView) findViewById(R.id.phonetic_name);

+7 −2
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
                android:paddingRight="3dip"
                android:paddingTop="3dip"
                android:src="@drawable/ic_aggregated"
                android:visibility="gone"
            />

            <TextView android:id="@+id/name"
@@ -59,7 +60,6 @@
                android:textStyle="bold"
                android:shadowColor="#BB000000"
                android:shadowRadius="2.75"
                android:layout_marginBottom="-4dip"
                />
        </LinearLayout>

@@ -70,6 +70,7 @@
            android:singleLine="true"
            android:ellipsize="end"
            android:layout_marginTop="-2dip"
            android:visibility="gone"
        />

        <TextView android:id="@+id/status"
@@ -79,6 +80,7 @@
            android:singleLine="true"
            android:ellipsize="end"
            android:layout_marginTop="-2dip"
            android:visibility="gone"
        />

        <TextView android:id="@+id/status_date"
@@ -88,6 +90,7 @@
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:textSize="12sp"
            android:layout_marginTop="-2dip"
            android:visibility="gone"
        />
    </LinearLayout>

@@ -97,7 +100,9 @@
        android:layout_height="wrap_content"
        android:layout_gravity="center_vertical"
        android:paddingLeft="3dip"
        android:paddingRight="6dip"/>
        android:paddingRight="6dip"
        android:visibility="gone"
    />

    <CheckBox
        android:id="@+id/star"