Settings: Notification string tweaks.
- Sounds & Notifications -> Sound & Notifications - Notification station title -> Notification log - Use dark theme for station to ensure icon is visible, boost all text to theme's primary color. Bug:15435289 Change-Id: I8a3b999a42ad4cb09e190bf887ae854f8a288d40
This commit is contained in:
		@@ -51,6 +51,7 @@
 | 
			
		||||
            android:layout_toEndOf="@android:id/icon"
 | 
			
		||||
            android:ellipsize="end"
 | 
			
		||||
            android:singleLine="true"
 | 
			
		||||
            android:textColor="?android:attr/textColorPrimary"
 | 
			
		||||
            android:textAppearance="?android:attr/textAppearanceSmall"
 | 
			
		||||
            android:textStyle="bold"
 | 
			
		||||
            android:textAlignment="viewStart"
 | 
			
		||||
@@ -66,6 +67,7 @@
 | 
			
		||||
            android:layout_centerVertical="true"
 | 
			
		||||
            android:ellipsize="end"
 | 
			
		||||
            android:singleLine="true"
 | 
			
		||||
            android:textColor="?android:attr/textColorPrimary"
 | 
			
		||||
            android:textAppearance="?android:attr/textAppearanceSmall"
 | 
			
		||||
            android:textAlignment="viewEnd"
 | 
			
		||||
            />
 | 
			
		||||
@@ -79,6 +81,7 @@
 | 
			
		||||
        android:layout_marginStart="30dp"
 | 
			
		||||
        android:ellipsize="end"
 | 
			
		||||
        android:singleLine="true"
 | 
			
		||||
        android:textColor="?android:attr/textColorPrimary"
 | 
			
		||||
        android:textAppearance="?android:attr/textAppearanceSmall"
 | 
			
		||||
        android:textAlignment="viewStart"
 | 
			
		||||
        />
 | 
			
		||||
@@ -109,6 +112,7 @@
 | 
			
		||||
            android:layout_gravity="left|center_vertical"
 | 
			
		||||
            android:ellipsize="end"
 | 
			
		||||
            android:singleLine="true"
 | 
			
		||||
            android:textColor="?android:attr/textColorPrimary"
 | 
			
		||||
            android:textAppearance="?android:attr/textAppearanceSmall"
 | 
			
		||||
            android:textAlignment="viewStart"
 | 
			
		||||
            />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user