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

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

am f688ee5d: Merge "Change the text color of timer in MediaController" into jb-mr1.1-dev

* commit 'f688ee5d':
  Change the text color of timer in MediaController
parents 56f0d47e f688ee5d
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>