Commit 5cd5a67a by Lee Jaebin

#32775 タッチモードのアイコン変更

parent 81cb69bf
......@@ -5053,7 +5053,7 @@ public class ContentViewActivity extends ABVContentViewActivity {
mMoveTaskFlg = !mMoveTaskFlg;
if (mMoveTaskFlg) {
// タップモードのイメージ
btnMoveOrClickToggleIcon.setImageResource(R.drawable.ic_hidden_move);
btnMoveOrClickToggleIcon.setImageResource(R.drawable.ic_show_select);
} else {
// 移動モードのイメージ
btnMoveOrClickToggleIcon.setImageResource(R.drawable.ic_show_move);
......
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