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

Commit dcbcc863 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Updating the UI for focused state of an icon/folder.

issue: 16352129

Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
parent 0fc1be16
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