Commit 67f59ddb by Lee Jaebin

#34868 作業種別改善(イメージボタンのリソース設定修正)

parent 313c6077
......@@ -209,9 +209,9 @@ public class OperationListActivity extends ABVUIActivity {
vg.addView(child);
// ツールバーのビューモードイメージ変更
if (getABVUIDataCache().getViewMode() == AppDefType.ViewMode.PANEL) {
mViewModeButton.setBackground(getRDrawable(R.drawable.ic_display_list));
mViewModeButton.setImageResource(R.drawable.ic_display_list);
} else {
mViewModeButton.setBackground(getRDrawable(R.drawable.ic_display_pannel));
mViewModeButton.setImageResource(R.drawable.ic_display_pannel);
}
closeProgressPopup();
}
......
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