Reordering views for consistency in transformer demo app
PiperOrigin-RevId: 489216085
This commit is contained in:
parent
8cec71b3e8
commit
dd9741399b
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user