Commit 4899d14b by Kim Jinsung

Bug #42903【android10不具合対応 Check】ボタンの表示等が変わってしまっている

検索画面のテキスト枠線表示されない問題対応
parent 65550ce9
......@@ -20,7 +20,7 @@
<shape android:shape="rectangle">
<solid android:color="@android:color/white" />
<corners android:radius="1dp" />
<stroke android:width="1dp" android:color="@android:color/white" />
<stroke android:width="0.5dp" android:color="@android:color/black" />
<padding
android:bottom="7dp"
android:left="7dp"
......
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