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

Commit 21982cad authored by Andrew Lee's avatar Andrew Lee Committed by Android Git Automerger
Browse files

am 8e1c0a98: Merge "Tidy up text alignments for secondary call info." into lmp-mr1-dev

* commit '8e1c0a9869010dbbfe635cc355e550a38ed1ea64':
  Tidy up text alignments for secondary call info.
parents 2f69c118 e736798d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@
                android:layout_height="wrap_content"
                android:textColor="@color/incall_banner_secondary_text_color"
                android:textSize="@dimen/secondary_call_info_text_size"
                android:textAlignment="viewStart"
                android:ellipsize="marquee"
                android:singleLine="true"/>

@@ -74,6 +75,7 @@
                    android:layout_height="wrap_content"
                    android:textColor="@color/incall_banner_secondary_text_color"
                    android:textSize="@dimen/secondary_call_info_text_size"
                    android:textAlignment="viewStart"
                    android:singleLine="true"/>

            </LinearLayout>
@@ -89,7 +91,6 @@
            android:text="@string/onHold"
            android:textColor="@color/incall_banner_secondary_text_color"
            android:textSize="@dimen/secondary_call_info_text_size"
            android:textAlignment="textEnd"
            android:singleLine="true" />

    </LinearLayout>