Reordering views for consistency in transformer demo app

PiperOrigin-RevId: 489216085
This commit is contained in:
tofunmi 2022-11-17 16:21:01 +00:00 committed by microkatz
parent 8cec71b3e8
commit dd9741399b

View File

@ -189,10 +189,10 @@ public final class TransformerActivity extends AppCompatActivity {
} catch (IOException e) {
throw new IllegalStateException(e);
}
informationTextView.setText(R.string.transformation_started);
progressViewGroup.setVisibility(View.VISIBLE);
inputCardView.setVisibility(View.GONE);
outputPlayerView.setVisibility(View.GONE);
informationTextView.setText(R.string.transformation_started);
progressViewGroup.setVisibility(View.VISIBLE);
Handler mainHandler = new Handler(getMainLooper());
ProgressHolder progressHolder = new ProgressHolder();
mainHandler.post(