Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a0eda76 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Updating the UI for focused state of an icon/folder." into ub-now-porkchop

parents 1e4359c5 dcbcc863
Loading
Loading
Loading
Loading
−188 B
Loading image diff...
−180 B
Loading image diff...
−194 B
Loading image diff...
−2.82 KiB
Loading image diff...
+10 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2011 The Android Open Source Project
<!--
     Copyright (C) 2011 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -15,5 +16,11 @@
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_focused="true" android:drawable="@drawable/focused_bg" />

    <item android:state_focused="true">
        <shape android:shape="rectangle">
            <solid android:color="@color/focused_background" />
        </shape>
    </item>

</selector>
 No newline at end of file
Loading