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

Commit 334a36b3 authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "Change the text color of timer in MediaController"

parents 9ed4abd8 56dc91f7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@
            android:layout_gravity="center_horizontal"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:paddingEnd="4dip" />
            android:paddingEnd="4dip"
            android:textColor="@color/dim_foreground_dark" />

        <SeekBar
            android:id="@+id/mediacontroller_progress"
@@ -67,7 +68,8 @@
            android:layout_gravity="center_horizontal"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:paddingStart="4dip" />
            android:paddingStart="4dip"
            android:textColor="@color/dim_foreground_dark" />
    </LinearLayout>

</LinearLayout>