Commit c8b43fc8 authored by Budi Kusmiantoro's avatar Budi Kusmiantoro Committed by Android Git Automerger
Browse files

am ae5817c7: Set gray text color for expanded stopwatch notification

* commit 'ae5817c7':
  Set gray text color for expanded stopwatch notification
parents e4690aa2 ae5817c7
......@@ -103,7 +103,7 @@
android:gravity="start|center_vertical"
android:paddingStart="8dp"
android:singleLine="true"
android:textSize="14dp" />
android:textAppearance="@style/TextAppearance.StatusBar.EventContent" />
<TextView
android:id="@+id/swn_right_button"
......@@ -116,7 +116,7 @@
android:gravity="start|center_vertical"
android:paddingStart="8dp"
android:singleLine="true"
android:textSize="14dp" />
android:textAppearance="@style/TextAppearance.StatusBar.EventContent" />
</LinearLayout>
</FrameLayout>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment