Aucune description

pop_btn_cancel_selector.xml 355B

    <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@drawable/btn_cancel_press" android:state_focused="true"/> <item android:drawable="@drawable/btn_cancel_press" android:state_pressed="true"/> <item android:drawable="@drawable/btn_cancel_normal"/> </selector>
kodo - Gogs: Go Git Service

Sin Descripción

tests.py 60B

    from django.test import TestCase # Create your tests here.