Commit bdbe3858 authored by hemin's avatar hemin

Initial commit

parent 0f87d9d0
Pipeline #867 failed with stages
......@@ -4,7 +4,7 @@
<option name="filePathToZoomLevelMap">
<map>
<entry key="..\:/Dev/project/SourceApp/app/src/main/res/drawable/noseprint_selector_btn_blue.xml" value="0.34270833333333334" />
<entry key="..\:/Dev/project/SourceApp/app/src/main/res/layout/activity_main.xml" value="0.5" />
<entry key="..\:/Dev/project/SourceApp/app/src/main/res/layout/activity_main.xml" value="0.25" />
<entry key="..\:/Dev/project/SourceApp/app/src/main/res/layout/activity_splash.xml" value="0.16979166666666667" />
</map>
</option>
......
......@@ -12,8 +12,10 @@ import androidx.appcompat.app.AppCompatActivity
import kotlinx.android.synthetic.main.activity_main.*
class MainActivity : AppCompatActivity() {
val appCode = "ed3htuo7"
// ed3htuo7 测试环境
// 5rrhi2jp 线上环境
//需要填写正确的appCode
val appCode = "5rrhi2jp"
val targetPackageName = "com.inajiu.youdianmeng"
override fun onCreate(savedInstanceState: Bundle?) {
......@@ -33,6 +35,7 @@ class MainActivity : AppCompatActivity() {
}
checkScheme(intent)
tvAppCode.text = "appCode:${appCode}";
}
private fun gotoArchive() {
......
......@@ -76,6 +76,15 @@
android:layout_height="0.5dp"
android:background="@color/color_gray" />
<TextView
android:id="@+id/tvAppCode"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:text="appCode:" />
<View
android:layout_width="1dp"
android:layout_height="0dp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment