mirror of
				https://github.com/blanking003/cx-cocos.git
				synced 2025-10-31 03:15:34 +00:00 
			
		
		
		
	init
This commit is contained in:
		| @@ -0,0 +1,13 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|        android:shape="rectangle"> | ||||
|     <!-- 填充颜色 --> | ||||
|     <solid android:color="@color/navy"></solid> | ||||
|  | ||||
|     <!-- 线的宽度,颜色 --> | ||||
|     <stroke android:width="0dp" android:color="@color/navy"></stroke> | ||||
|  | ||||
|     <!-- 矩形的圆角半径 --> | ||||
|     <corners android:radius="20dp" /> | ||||
| </shape> | ||||
|  | ||||
| @@ -0,0 +1,13 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|        android:shape="rectangle"> | ||||
|     <!-- 填充颜色 --> | ||||
|     <solid android:color="#00000000"></solid> | ||||
|  | ||||
|     <!-- 线的宽度,颜色 --> | ||||
|     <stroke android:width="1dp" android:color="@color/navy"></stroke> | ||||
|  | ||||
|     <!-- 矩形的圆角半径 --> | ||||
|     <corners android:radius="20dp" /> | ||||
| </shape> | ||||
|  | ||||
| @@ -0,0 +1,9 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|        android:shape="rectangle"> | ||||
|  | ||||
|     <size android:width="4dp" | ||||
|           android:height="4dp" /> | ||||
|  | ||||
|     <solid android:color="@android:color/transparent" /> | ||||
| </shape> | ||||
| @@ -0,0 +1,15 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|        android:shape="rectangle"> | ||||
|     <!-- 填充颜色 --> | ||||
|     <solid android:color="#33fff000"></solid> | ||||
|  | ||||
|     <!-- 线的宽度,颜色 --> | ||||
|     <stroke android:width="1dp" android:color="@color/navy"></stroke> | ||||
|  | ||||
|     <!-- 矩形的圆角半径 --> | ||||
|     <corners android:radius="6dp" /> | ||||
|  | ||||
|     <padding android:left="5dp" android:right="5dp" /> | ||||
| </shape> | ||||
|  | ||||
| @@ -0,0 +1,15 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|        android:shape="rectangle"> | ||||
|     <!-- 填充颜色 --> | ||||
|     <solid android:color="@color/white_e0"></solid> | ||||
|  | ||||
|     <!-- 线的宽度,颜色 --> | ||||
|     <stroke android:width="1dp" android:color="@color/gray9"></stroke> | ||||
|  | ||||
|     <!-- 矩形的圆角半径 --> | ||||
|     <corners android:radius="6dp" /> | ||||
|  | ||||
|     <padding android:left="5dp" android:right="5dp" /> | ||||
| </shape> | ||||
|  | ||||
| @@ -0,0 +1,16 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|        android:shape="rectangle"> | ||||
|     <!-- 填充颜色 --> | ||||
|     <solid android:color="@color/white_f7"></solid> | ||||
|  | ||||
|     <!-- 线的宽度,颜色 --> | ||||
|     <stroke android:width="1dp" android:color="@color/gray9"></stroke> | ||||
|  | ||||
|     <!-- 矩形的圆角半径 --> | ||||
|     <corners android:radius="6dp" /> | ||||
|  | ||||
|     <padding android:left="5dp" android:right="5dp" /> | ||||
|  | ||||
| </shape> | ||||
|  | ||||
| @@ -0,0 +1,7 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
|     <item android:state_selected="true" android:drawable="@drawable/edit_focus"/> | ||||
|     <item android:state_focused="true" android:drawable="@drawable/edit_focus" /> | ||||
|     <item android:state_pressed="true" android:drawable="@drawable/edit_focus"/> | ||||
|     <item android:drawable="@drawable/edit_normal"/> | ||||
| </selector> | ||||
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 155 B | 
		Reference in New Issue
	
	Block a user