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

Commit d50b45cc authored by Ben Kwa's avatar Ben Kwa Committed by Android (Google) Code Review
Browse files

Merge "Adjust grid item layouts to match mocks."

parents 6b814d8a 9094585e
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 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.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:state_activated="true"
        android:color="?android:attr/colorAccent"
        android:alpha="0.1" />
    <item
        android:state_enabled="false"
        android:color="?android:attr/colorBackground"
        android:alpha="0.5" />
    <item
        android:color="@android:color/transparent" />
</selector>
−1.54 KiB
Loading image diff...
−996 B
Loading image diff...
−2.01 KiB
Loading image diff...
−3.88 KiB
Loading image diff...
Loading