aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/AndroidBootstrap/res/drawable/edittext_background_success.xml
blob: 8f6af970021a7de00e60c265e58d4ce7246ed50b (plain)
<
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">  
 <item android:state_focused="true"><shape>
        <solid android:color="@color/white" />
        <stroke android:width="2dp" android:color="@color/bbutton_success" />
    </shape></item> 
<item><shape android:shape="rectangle">
        <solid android:color="@color/white" />
        <stroke android:width="1dp" android:color="@color/bbutton_success" />
    </shape></item>

</selector>
class="sb">` -o $@ $< ortho_code_main.adb: echo "with Ortho_Code_Main$(llvm_be_ver);" > ortho_code_main.tmp echo "procedure Ortho_Code_Main is" >> ortho_code_main.tmp echo "begin" >> ortho_code_main.tmp echo " Ortho_Code_Main$(llvm_be_ver);" >> ortho_code_main.tmp echo "end Ortho_Code_Main;" >> ortho_code_main.tmp mv ortho_code_main.tmp $@ clean: $(RM) -f *.o *.ali ortho_code_main $(RM) b~*.ad? *~ distclean: clean force: .PHONY: force all clean ORTHO_BASENAME=ortho_llvm include $(ortho_srcdir)/Makefile.inc