Skip to content

Commit 9059037

Browse files
committed
adjust style
1 parent 203a1ee commit 9059037

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

AmmountView/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
>
2+
3+
package="com.tinylight.demo.amountview">
34

45
<application
56
android:allowBackup="true"
67
android:icon="@mipmap/ic_launcher"
78
android:label="@string/app_name"
8-
android:roundIcon="@mipmap/ic_launcher_round"
99
android:supportsRtl="true"
1010
android:theme="@style/AppTheme">
1111

AmmountView/src/main/java/com/hiwhitley/demo/AmountView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
import android.widget.EditText;
1313
import android.widget.LinearLayout;
1414

15+
import com.tinylight.demo.amountview.R;
16+
1517
/**
1618
* 自定义组件:购买数量,带减少增加按钮
1719
* Created by hiwhitley on 2016/7/4.

0 commit comments

Comments
 (0)