Merge "Add the ripple effect to the highlight background" into tm-dev am: 56e3f60dec
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/18356599 Change-Id: I9b553601fe759d0593e7c7522c6bb036f6c0afc8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -14,10 +14,14 @@
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:color="@*android:color/ripple_material_light">
|
||||||
<solid
|
<item>
|
||||||
android:color="@color/accent_select_background" />
|
<shape android:shape="rectangle">
|
||||||
<corners
|
<solid
|
||||||
android:radius="@dimen/homepage_preference_corner_radius" />
|
android:color="@color/accent_select_background" />
|
||||||
</shape>
|
<corners
|
||||||
|
android:radius="@dimen/homepage_preference_corner_radius" />
|
||||||
|
</shape>
|
||||||
|
</item>
|
||||||
|
</ripple>
|
Reference in New Issue
Block a user