sanghoonkwon 8 years ago
parent
commit
a7f1a7bffc

+ 0 - 2
app/src/main/java/kr/co/hanwha/highfive/MainActivity.java

@@ -9,7 +9,5 @@ public class MainActivity extends AppCompatActivity {
     protected void onCreate(Bundle savedInstanceState) {
         super.onCreate(savedInstanceState);
         setContentView(R.layout.activity_main);
-
-        //T_T
     }
 }

+ 1 - 1
app/src/main/res/layout/activity_main.xml

@@ -9,7 +9,7 @@
     <TextView
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:text="High FIve"
+        android:text="High Five"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintLeft_toLeftOf="parent"
         app:layout_constraintRight_toRightOf="parent"