am 8f8fcfa3: Notifications are now light-on-dark in the windowshade.
Merge commit '8f8fcfa319e0e0af14aa8f8555be58555703af02' into gingerbread-plus-aosp * commit '8f8fcfa319e0e0af14aa8f8555be58555703af02': Notifications are now light-on-dark in the windowshade.
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 98 B |
|
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 98 B |
|
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 2.8 KiB |
@@ -188,7 +188,8 @@
|
||||
<!-- Status Bar Styles -->
|
||||
|
||||
<style name="TextAppearance.StatusBar">
|
||||
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
|
||||
<item name="android:textSize">14sp</item>
|
||||
<item name="android:textStyle">normal</item>
|
||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||
</style>
|
||||
<style name="TextAppearance.StatusBar.Ticker">
|
||||
@@ -201,10 +202,9 @@
|
||||
<item name="android:textStyle">bold</item>
|
||||
</style>
|
||||
<style name="TextAppearance.StatusBar.EventContent">
|
||||
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
|
||||
</style>
|
||||
<style name="TextAppearance.StatusBar.EventContent.Title">
|
||||
<item name="android:textSize">18sp</item>
|
||||
<item name="android:textSize">16sp</item>
|
||||
<item name="android:textStyle">bold</item>
|
||||
</style>
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 322 B |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
@@ -55,8 +55,6 @@
|
||||
android:layout_height="match_parent"
|
||||
android:singleLine="true"
|
||||
android:paddingRight="6dip"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold"
|
||||
android:gravity="center_vertical|left"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1sp"
|
||||
android:background="@android:drawable/divider_horizontal_bright"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/divider_horizontal_dark_opaque"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||