mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 19:14:04 +08:00
5 lines
297 B
XML
5 lines
297 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_activated="true" android:drawable="@drawable/current_session"/>
|
|
<item android:state_activated="false" android:drawable="@drawable/session_ripple"/>
|
|
</selector> |