Commit ea86dd32 by Kim Jinsung

閉じるボタンと戻るボタン表示問題対応

parent 19ae8790
......@@ -13,7 +13,7 @@
android:layout_height="50dp"
android:layout_width="match_parent">
<Button
<ImageButton
android:id="@+id/back_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......@@ -36,7 +36,7 @@
android:textColor="@color/edt_text"
android:textSize="@dimen/opeartion_title_text_size" />
<Button
<ImageButton
android:id="@+id/close_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
......@@ -34,7 +34,7 @@
android:textColor="@color/edt_text"
android:textSize="@dimen/opeartion_title_text_size" />
<Button
<ImageButton
android:id="@+id/close_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
......@@ -24,7 +24,7 @@
android:textColor="@color/edt_text"
android:textSize="@dimen/opeartion_title_text_size" />
<Button
<ImageButton
android:id="@+id/closeBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
......@@ -25,7 +25,7 @@
android:textColor="@color/edt_text"
android:textSize="@dimen/opeartion_title_text_size" />
<Button
<ImageButton
android:id="@+id/close_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
......@@ -34,7 +34,7 @@
android:textColor="@color/edt_text"
android:textSize="@dimen/opeartion_title_text_size" />
<Button
<ImageButton
android:id="@+id/close_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
......@@ -13,7 +13,7 @@
android:layout_height="50dp"
android:layout_width="match_parent">
<Button
<ImageButton
android:id="@+id/back_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......@@ -33,7 +33,7 @@
android:textColor="@color/edt_text"
android:textSize="@dimen/opeartion_title_text_size" />
<Button
<ImageButton
android:id="@+id/close_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
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