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

Commit d6470469 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12997303 from fee19dee to 25Q2-release

Change-Id: Ife47e799e07f0149be0d6191fdcdceb81419887d
parents d19e9299 fee19dee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@
        android:baselineAligned="false"
        android:gravity="center_vertical"
        android:minHeight="@dimen/list_item_height"
        android:paddingStart="@dimen/list_item_padding"
        android:paddingEnd="@dimen/list_item_width"
        android:paddingStart="@dimen/list_item_padding_start"
        android:paddingEnd="@dimen/list_item_padding_end"
        android:orientation="horizontal">
        <!-- Placeholder for icon -->
        <View
+3 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="0.2"
                android:textAlignment="viewStart"
                style="@style/FileItemLabelStyle"/>

            <TextView
@@ -126,6 +127,7 @@
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="0.2"
                android:textAlignment="viewEnd"
                style="@style/FileItemLabelStyle"/>

            <TextView
@@ -133,6 +135,7 @@
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="0.2"
                android:textAlignment="viewEnd"
                style="@style/FileItemLabelStyle"/>
        </LinearLayout>

+0 −1
Original line number Diff line number Diff line
@@ -163,7 +163,6 @@
        <item name="android:ellipsize">end</item>
        <item name="android:minWidth">70dp</item>
        <item name="android:singleLine">true</item>
        <item name="android:textAlignment">viewStart</item>
        <item name="android:textAppearance">@style/FileItemLabelText</item>
    </style>