commit | 5b127348793b73e8d69593a3d2b57cb35ba8d7a8 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sun Feb 18 07:04:02 2024 +0100 |
committer | Tim Zimmermann <tim@linux4.de> | Sun Feb 18 07:04:02 2024 +0100 |
tree | 584fd488ccb0f0203eea57150d5b2b461550b7fe | |
parent | 01c15f9b90135ee8ec286fefd122cde824ec8c09 [diff] | |
parent | 152fb56a98e8541d9a9d3c895bf2c26317f878fa [diff] |
Merge branch 'lineage-21.0' of https://github.com/LineageOS/android_frameworks_opt_timezonepicker into leaf-3.1 Change-Id: Id5928fdd462307df6b46818f3d0ba80122d77b96
diff --git a/res/layout/time_zone_item.xml b/res/layout/time_zone_item.xml index e4b92bf..92fcb18 100644 --- a/res/layout/time_zone_item.xml +++ b/res/layout/time_zone_item.xml
@@ -19,7 +19,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:background="?android:attr/selectableItemBackground" + android:background="?android:attr/itemBackground" + android:foreground="?android:attr/selectableItemBackground" android:gravity="center_vertical" android:orientation="vertical" android:paddingLeft="20dp"