We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203a1ee commit 9059037Copy full SHA for 9059037
AmmountView/src/main/AndroidManifest.xml
@@ -1,11 +1,11 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
->
+
3
+ package="com.tinylight.demo.amountview">
4
5
<application
6
android:allowBackup="true"
7
android:icon="@mipmap/ic_launcher"
8
android:label="@string/app_name"
- android:roundIcon="@mipmap/ic_launcher_round"
9
android:supportsRtl="true"
10
android:theme="@style/AppTheme">
11
AmmountView/src/main/java/com/hiwhitley/demo/AmountView.java
@@ -12,6 +12,8 @@
12
import android.widget.EditText;
13
import android.widget.LinearLayout;
14
15
+import com.tinylight.demo.amountview.R;
16
17
/**
18
* 自定义组件:购买数量,带减少增加按钮
19
* Created by hiwhitley on 2016/7/4.
0 commit comments