Skip to content

Commit

Permalink
* GridHolder 수정
Browse files Browse the repository at this point in the history
* main 오류 수정 (button type 변경)
* main layout 배경 설정 및 수정
* imagebutton contentdescripton null설정
* Test용으로 manifest main 부분에 intent-filter launcher 모드로 설정
  • Loading branch information
hbiny committed Jun 6, 2018
1 parent 290692a commit 5325a0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/cardview_dark_background"
android:orientation="vertical"
tools:contentDescription="@null"
tools:context=".MainActivity">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:contentDescription="@null"
android:orientation="horizontal"
android:gravity="center"
>
Expand Down Expand Up @@ -55,7 +58,7 @@

android:id="@+id/r_main"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
/>

</LinearLayout>

0 comments on commit 5325a0c

Please sign in to comment.