Blue icon removed
This commit is contained in:
parent
aa6e0a7766
commit
35cb38b74c
@ -2,7 +2,6 @@ package org.solovyev.android.calculator.wizard;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.view.View;
|
||||
import android.widget.TextView;
|
||||
import org.solovyev.android.calculator.App;
|
||||
import org.solovyev.android.calculator.R;
|
||||
|
||||
@ -17,8 +16,8 @@ public class FinalWizardStep extends WizardFragment {
|
||||
public void onViewCreated(View view, Bundle savedInstanceState) {
|
||||
super.onViewCreated(view, savedInstanceState);
|
||||
if (App.getTheme().isLight()) {
|
||||
final TextView message = (TextView) view.findViewById(R.id.wizard_final_message);
|
||||
message.setCompoundDrawablesWithIntrinsicBounds(0, R.drawable.ic_action_done_blue, 0, 0);
|
||||
/*final TextView message = (TextView) view.findViewById(R.id.wizard_final_message);
|
||||
message.setCompoundDrawablesWithIntrinsicBounds(0, R.drawable.ic_action_done_blue, 0, 0);*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.1 KiB |
Loading…
Reference in New Issue
Block a user