Commit 1af902724228a2851500d3575a6ce6e09664e8a9

Authored by 朱显松
1 parent b2229b2f

更新文字提示

.idea/misc.xml
... ... @@ -37,7 +37,7 @@
37 37 <ConfirmationsSetting value="0" id="Add" />
38 38 <ConfirmationsSetting value="0" id="Remove" />
39 39 </component>
40   - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
  40 + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
41 41 <output url="file://$PROJECT_DIR$/build/classes" />
42 42 </component>
43 43 <component name="ProjectType">
... ...
app/src/main/res/layout/activity_main.xml
... ... @@ -52,7 +52,7 @@
52 52 android:layout_width="match_parent"
53 53 android:layout_height="wrap_content"
54 54 android:layout_marginLeft="10dp"
55   - android:hint="请输入ChannelId" />
  55 + android:hint="请输入ChannelId,测试qwert" />
56 56 </LinearLayout>
57 57  
58 58 </LinearLayout>
... ...