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

Commit 610ddca2 authored by Alan Viverette's avatar Alan Viverette
Browse files

TouchFeedbackDrawable is now RippleDrawable

Change-Id: Ie06adf0e96a5967e4402f7cc2ddc258292f82527
parent a6d6f0c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<touch-feedback  xmlns:android="http://schemas.android.com/apk/res/android"
<ripple  xmlns:android="http://schemas.android.com/apk/res/android"
    android:tint="@color/tab_pressed_color">
    <item>
        <selector>
@@ -35,4 +35,4 @@
            <item android:drawable="@color/tab_default_color" />
        </selector>
    </item>
</touch-feedback>
 No newline at end of file
</ripple>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@
     limitations under the License.
-->

<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:tint="@color/dialpad_touch_tint" android:pinned="true"/>
 No newline at end of file