mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Reordering views for consistency in transformer demo app
PiperOrigin-RevId: 489216085
This commit is contained in:
parent
8cec71b3e8
commit
dd9741399b
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue