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

Commit 40740ba6 authored by Danesh M's avatar Danesh M Committed by Michael Bestas
Browse files

Improve app info screen

Move packagename label to newline to avoid jank marquee.

CYNGNOS-1649

Change-Id: I060290510e819096dd1496356d592dcfc81f57f4
parent c2e4f472
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -17,14 +17,13 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:orientation="vertical"
    android:duplicateParentState="true">

    <TextView
        android:id="@+id/widget_text1"
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_gravity="fill_horizontal|top"
        android:textAppearance="@android:style/TextAppearance.Material.Body1"
        android:textColor="?android:attr/textColorSecondary"
@@ -35,14 +34,12 @@

    <TextView
        android:id="@+id/widget_text2"
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_marginStart="8dip"
        android:layout_gravity="fill_horizontal|top"
        android:textAppearance="@android:style/TextAppearance.Material.Body1"
        android:textColor="?android:attr/textColorSecondary"
        android:textAlignment="viewEnd"
        android:textAlignment="viewStart"
        android:singleLine="true"
        android:ellipsize="marquee"
        android:duplicateParentState="true" />