|
|
@ -75,7 +75,7 @@ public class ActivitySignature extends ActivityBase {
|
|
|
|
etText.setSelectionListener(new EditTextCompose.ISelection() {
|
|
|
|
etText.setSelectionListener(new EditTextCompose.ISelection() {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void onSelected(boolean selection) {
|
|
|
|
public void onSelected(boolean selection) {
|
|
|
|
style_bar.setVisibility(selection ? View.VISIBLE : View.GONE);
|
|
|
|
style_bar.setVisibility(selection && !raw ? View.VISIBLE : View.GONE);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
@ -218,6 +218,9 @@ public class ActivitySignature extends ActivityBase {
|
|
|
|
getIntent().putExtra("html", html);
|
|
|
|
getIntent().putExtra("html", html);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (raw)
|
|
|
|
|
|
|
|
style_bar.setVisibility(View.GONE);
|
|
|
|
|
|
|
|
|
|
|
|
load();
|
|
|
|
load();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|