@@ -82,7 +82,6 @@ dependencies {
|
||
| 82 | 82 |
compile files('libs/universal-image-loader-1.9.4.jar')
|
| 83 | 83 |
compile files('libs/libammsdk.jar')
|
| 84 | 84 |
compile files('libs/commons-lang-2.6.jar')
|
| 85 |
- compile files('libs/gprintersdkv2.1.4.jar')
|
|
| 86 | 85 |
compile files('libs/jcc-bate-0.7.3.jar')
|
| 87 | 86 |
compile 'com.umeng.analytics:analytics:latest.integration' |
| 88 | 87 |
} |
@@ -1,12 +0,0 @@ |
||
| 1 |
-<?xml version="1.0" encoding="utf-8"?> |
|
| 2 |
-<shape xmlns:android="http://schemas.android.com/apk/res/android" |
|
| 3 |
- android:shape="rectangle" > |
|
| 4 |
- |
|
| 5 |
- <solid android:color="@color/transparent" /> |
|
| 6 |
- |
|
| 7 |
- <corners |
|
| 8 |
- android:radius="6dp"/> |
|
| 9 |
- |
|
| 10 |
- <stroke android:width="1dp" android:color="@color/white"/> |
|
| 11 |
- |
|
| 12 |
-</shape> |
@@ -1,7 +0,0 @@ |
||
| 1 |
-<?xml version="1.0" encoding="utf-8"?> |
|
| 2 |
-<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
|
| 3 |
- |
|
| 4 |
- <item android:drawable="@drawable/toggle_butt_on" android:state_checked="true"/> |
|
| 5 |
- <item android:drawable="@drawable/toggle_butt_close" android:state_checked="false"/> |
|
| 6 |
- |
|
| 7 |
-</selector> |
@@ -1,12 +0,0 @@ |
||
| 1 |
-<?xml version="1.0" encoding="utf-8"?> |
|
| 2 |
-<shape xmlns:android="http://schemas.android.com/apk/res/android" |
|
| 3 |
- android:shape="rectangle" > |
|
| 4 |
- |
|
| 5 |
- <solid android:color="@color/half_transparent" /> |
|
| 6 |
- |
|
| 7 |
- <corners |
|
| 8 |
- android:radius="4dp"/> |
|
| 9 |
- |
|
| 10 |
- <stroke android:width="1dp" android:color="@color/white"/> |
|
| 11 |
- |
|
| 12 |
-</shape> |