- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
11 lines
405 B
XML
11 lines
405 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:state_focused="true"
|
|
android:drawable="@drawable/abc_btn_default_mtrl_shape"/>
|
|
<item
|
|
android:state_pressed="true"
|
|
android:drawable="@drawable/abc_btn_default_mtrl_shape"/>
|
|
<item android:drawable="@android:color/transparent"/>
|
|
</selector>
|