Commit aebd775b by Kim Jinsung

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

コンテンツ閲覧画面から表示される「マーキング」アイコン「カーソルモード」アイコン表示問題対応
parent 5934c4d9
......@@ -203,7 +203,7 @@
<ToggleButton
android:id="@+id/tbtn_slide"
android:layout_width="wrap_content"
android:layout_width="60dp"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/RelativeLayout2"
......@@ -215,7 +215,7 @@
<ToggleButton
android:id="@+id/tbtn_marking"
android:layout_width="wrap_content"
android:layout_width="60dp"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/tbtn_slide"
......
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