Merge "Refine Settings textColor" into udc-dev am: e24cbeb6b7
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/23083621 Change-Id: Ieb60ec8e97e23bb6d30419b5b287c73727aaaa1d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
android:src="@drawable/ic_info_outline_24dp"
|
android:src="@drawable/ic_info_outline_24dp"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:tint="?android:attr/textColorTertiary"/>
|
android:tint="?android:attr/textColorSecondary"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/info_outline"
|
android:id="@+id/info_outline"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@@ -52,7 +52,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="?android:attr/textColorTertiary"
|
android:textColor="?android:attr/textColorSecondary"
|
||||||
android:paddingStart="?android:attr/listPreferredItemPaddingStart"/>
|
android:paddingStart="?android:attr/listPreferredItemPaddingStart"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="?android:attr/textColorTertiary"
|
android:textColor="?android:attr/textColorSecondary"
|
||||||
android:paddingStart="?android:attr/listPreferredItemPaddingStart"/>
|
android:paddingStart="?android:attr/listPreferredItemPaddingStart"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="?android:attr/textColorTertiary"
|
android:textColor="?android:attr/textColorSecondary"
|
||||||
android:paddingStart="?android:attr/listPreferredItemPaddingStart"/>
|
android:paddingStart="?android:attr/listPreferredItemPaddingStart"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||||
android:textColor="?android:attr/textColorTertiary"
|
android:textColor="?android:attr/textColorSecondary"
|
||||||
android:paddingStart="?android:attr/listPreferredItemPaddingStart"/>
|
android:paddingStart="?android:attr/listPreferredItemPaddingStart"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Reference in New Issue
Block a user