..
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<size android:width="3px" />
|
||||
<!-- 투명도 50%의 흰색 (#80FFFFFF) -->
|
||||
<solid android:color="#50FFFFFF" />
|
||||
|
||||
<!-- 1px 패딩 -->
|
||||
<padding
|
||||
android:left="1px"
|
||||
android:top="10dp"
|
||||
android:right="1px"
|
||||
android:bottom="10dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user