[shape_counter.xml]
<?xml version="1.0" encoding="utf-8"?>
<!-- produced by lee.hyuntae@btbsolution.co.kr
for text counter background -->
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="#88000000" />
<padding
android:left="7dp"
android:right="7dp" />
<corners
android:radius="4dp" />
</shape>
'old > UI Design' 카테고리의 다른 글
Shape (0) | 2010.08.10 |
---|---|
cutom title bar (0) | 2010.08.04 |
adb shell에서 특정 activity실행하기 (0) | 2010.07.06 |
PowerManager에서 Screen ON/OFF 통지 (0) | 2010.07.06 |
Resources - Menus, Searchable (0) | 2010.07.01 |