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

Commit f5b2d6bf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add the ripple effect to the highlight background" into tm-dev am: 56e3f60d am: 7446f166

parents 0e2485a7 7446f166
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
@@ -14,10 +14,14 @@
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
        android:color="@*android:color/ripple_material_light">
    <item>
        <shape android:shape="rectangle">
            <solid
                android:color="@color/accent_select_background" />
            <corners
                android:radius="@dimen/homepage_preference_corner_radius" />
        </shape>
    </item>
</ripple>
 No newline at end of file