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

Commit 0c779aa1 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 7f05beb1: am 334a36b3: Merge "Change the text color of timer in MediaController"

* commit '7f05beb1':
  Change the text color of timer in MediaController
parents 63b29c38 7f05beb1
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>